Body
Coddy의 하단 네비게이션 바 - HTML/CSS 프로젝트 코스 레슨 — 12개 중 8번째.
챌린지
쉬움대상 Body 태그:
- display를 flex로, align-items 및 justify-content를 center로 설정하세요.
- height를 100vh로 설정하세요.
- 배경색을 원하는 색상으로 설정하세요! (추천: rgb(153, 224, 255))
직접 해보기
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- Write HTML code here -->
<script src="script.js"></script>
</body>
</html>