Menu
Coddy logo textTech

Form Control class

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

challenge icon

Challenge

Easy

Target class form-control:

  1. Set the height to 40px.
  2. Set the position to relative
  3. Set the bottom margin at 16px.

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