Menu
Coddy logo textTech

Universal tag

Lesson 10 of 23 in Coddy's Slider | Front-end Project course.

Let's start styling!

challenge icon

Challenge

Easy

Target the universal tag:

1. Set margin and padding to zero.

2. Box sizing to border box

3. Set a font of your choice.

(You can even use Google Font by importing it!)

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 Slider | Front-end Project