Body
Lesson 10 of 26 in Coddy's Coddy Profile Card Clone | Front-end project course.
Challenge
EasyTarget body:
- Set display to flex, align-items, and justify-content to center.
- Set height to 100 vh.
- Set the background color to #21a0e8.
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>