Menu
Coddy logo textTech

Wrapper h2 and form

Lesson 11 of 19 in Coddy's Netflix Sign-in Page Clone | Front-end project course.

challenge icon

Challenge

Easy

Target h2 in class form-wrapper:

  1. Set the color to white.
  2. Set font-size to 30px.

Target form tag: Set the margin to 20 pixels from top to bottom and 0 pixels from left to right.

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 Netflix Sign-in Page Clone | Front-end project