Menu
Coddy logo textTech

Text Class

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

challenge icon

Challenge

Easy

Target class text:

  1. Set the font-size to 30px.
  2. Set the font weight to 500.
  3. Set the color of your choice.

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