Menu
Coddy logo textTech

responsiveness

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

challenge icon

Challenge

Easy
  1. Write a media query for max-width 768px.
  2. Inside @media query,

    1. Target the moon class.

    2. Set the width and height to 160px.

Refer to hint if not sure, now, when adujsting the screen the moon will grow/shring accordingly!

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