Menu
Coddy logo textTech

Progress Value Class

Lesson 9 of 11 in Coddy's Circular Progress Bar | Front-end Project course.

challenge icon

Challenge

Easy

Target class progress-value:

  1. Set position to relative
  2. Set the font size to 40px and the font weight to 600.
  3. Set the font color (color property) 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