Text Class
Lesson 10 of 11 in Coddy's Circular Progress Bar | Front-end Project course.
Challenge
EasyTarget class text:
- Set the font-size to 30px.
- Set the font weight to 500.
- 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>