Progress Value Class
Lesson 9 of 11 in Coddy's Circular Progress Bar | Front-end Project course.
Challenge
EasyTarget class progress-value:
- Set position to relative
- Set the font size to 40px and the font weight to 600.
- Set the font color (
colorproperty) of your choice, except black.
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