클래스 row
Coddy의 이미지 아코디언 | 프론트엔드 프로젝트 코스 레슨 — 17개 중 12번째.
챌린지
쉬움대상 클래스 row:
- color를 white로 설정합니다.
- display를 Flex로 설정합니다.
- flex-wrap을 nowrap으로 설정합니다.
직접 해보기
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- Write HTML code here -->
<script src="script.js"></script>
</body>
</html>