Menu
Coddy logo textTech

Div 섹션

Coddy의 3D 카드 | 프론트엔드 프로젝트 코스 레슨 — 31개 중 3번째.

challenge icon

챌린지

쉬움

'card' 내부에 4개의 div를 생성하세요:

  1. 첫 번째 div는 클래스 이름 'logo'를 가져야 합니다.
  2. 두 번째 div는 클래스 이름 'glass'를 가져야 합니다.
  3. 세 번째 div는 클래스 이름 'content'를 가져야 합니다.
  4. 네 번째 div는 클래스 이름 'bottom'을 가져야 합니다.

직접 해보기

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

3D 카드 | 프론트엔드 프로젝트의 모든 레슨