row의 클래스들
Coddy의 이미지 아코디언 | 프론트엔드 프로젝트 코스 레슨 — 17개 중 5번째.
챌린지
쉬움“row” 내부에:
- 클래스 이름이 'icon'인 첫 번째 div를 생성하세요.
- 이 div 안에 1을 작성해야 합니다.
- "icon" 아래에 클래스 이름이 "description"인 또 다른 div를 생성하세요.
직접 해보기
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- Write HTML code here -->
<script src="script.js"></script>
</body>
</html>