Menu
Coddy logo textTech

Universal Tag

Lesson 10 of 31 in Coddy's 3D Card | Front-end Project course.

challenge icon

Challenge

Easy

Target universal selector:

  1. Set the margin and padding to 0.
  2. Add the font family of your choice.
  3. Set the box-sizing border box

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 3D Card | Front-end Project