Body 태그
Coddy의 Coddy 프로필 카드 클론 | 프론트엔드 프로젝트 코스 레슨 — 26개 중 10번째.
챌린지
쉬움대상 body:
- display를 flex로, align-items와 justify-content를 center로 설정하세요.
- height를 100 vh로 설정하세요.
- background color를 #21a0e8로 설정하세요.
직접 해보기
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- Write HTML code here -->
<script src="script.js"></script>
</body>
</html>