Menu
Coddy logo textTech

제목과 외부 요소

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

challenge icon

챌린지

쉬움
  1. head 태그 안에 title 태그를 생성하고 3D card 텍스트 또는 원하는 텍스트를 작성하세요.
  2. body 태그 안에 클래스 이름이 ‘parent’인 div를 하나 생성하세요.
  3. ‘parent’ 내부에 클래스 이름이 ‘card’인 또 다른 div를 생성하세요.

직접 해보기

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

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