Universal Selector
Lesson 4 of 11 in Coddy's Circular Progress Bar | Front-end Project course.
Challenge
EasyTarget Universal Selector:
* {
...
}- Set the margin and padding to 0.
- Set
box-sizingtoborder-box Set the font of your choice.
(You can even use Google Font if you want!)
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!