Menu
Coddy logo textTech

Body

Lesson 2 of 18 in Coddy's Moving Clouds - HTML/CSS/JS Project course.

Let's start!

challenge icon

Challenge

Easy

In the CSS file, target the body tag and set its margin to 0px.

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 Moving Clouds - HTML/CSS/JS Project