Menu
Coddy logo textTech

Universal tag

Lesson 7 of 12 in Coddy's Bottom Navigation Bar - HTML/CSS Project course.

challenge icon

Challenge

Easy

Target Universal Tag:

  1. Set the margin and padding to 0.
  2. Set box-sizing to 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 Bottom Navigation Bar - HTML/CSS Project

Practice on your own: Web playground