Menu
Coddy logo textTech

Universal Selector

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

challenge icon

Challenge

Easy

Target Universal Selector:

* {
 ...
}
  1. Set the margin and padding to 0.
  2. Set box-sizing to border-box
  3. 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