Body
Lesson 8 of 12 in Coddy's Bottom Navigation Bar - HTML/CSS Project course.
Challenge
EasyTarget Body Tag:
- Set display to flex, align-items, and justify-content to center.
- Set height to 100vh.
- Set the background color to anything you like! (recommended: rgb(153, 224, 255))
Try it yourself
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- Write HTML code here -->
<script src="script.js"></script>
</body>
</html>