Menu
Coddy logo textTech

스타일 클래스 버튼

Coddy의 DOM 프로젝트 - 계산기 코스 레슨 — 14개 중 8번째.

challenge icon

챌린지

쉬움

대상 클래스 ‘buttons’:

  1. display를 grid로 설정합니다.
  2. grid-template-columns를 repeat(4, 105px)로 설정합니다.

직접 해보기

<!DOCTYPE html>
<html>
<head>
    <link rel="stylesheet" href="styles.css">
</head>
    <body>
        <!-- Write HTML code here -->
        <script src="script.js"></script>
    </body>
</html>

DOM 프로젝트 - 계산기의 모든 레슨