The Moon Container
Lesson 3 of 10 in Coddy's Solar Eclipse Animation | HTML/CSS Project course.
Challenge
EasyInside the HTML body:
- Create one
divtag, which will be the main body of the moon. - 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>