Body
Lesson 5 of 11 in Coddy's Circular Progress Bar | Front-end Project course.
Challenge
EasyTarget Body:
body {
...
}- Set
displaytoflex, and center the elements inside the body. (setalign-itemsandjustify-contenttocenter) - Set the background color of your choice.
(Try this for gradient background:background: linear-gradient(135deg, rgb(75, 204, 255), rgb(255, 35, 255)); - Set height to 100 vh.
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>