Circular Progress Class
Lesson 7 of 11 in Coddy's Circular Progress Bar | Front-end Project course.
Challenge
MediumTarget the class circular-progress:
- Make the elements center using Flex (align-items and justify-content to center).
- Set the width and height to 200 pixels.
- Set the border radius to 50%.
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>All lessons in Circular Progress Bar | Front-end Project
4JavaScript
Make it work!3CSS
Universal Selector