Menu
Coddy logo textTech

The Moon Container

Lesson 3 of 10 in Coddy's Solar Eclipse Animation | HTML/CSS Project course.

challenge icon

Challenge

Easy

Inside the HTML body:

  1. Create one div tag, which will be the main body of the moon.
  2. Give it a class name of moon.

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 Solar Eclipse Animation | HTML/CSS Project