Menu
Coddy logo textTech

Input

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

challenge icon

Challenge

Easy

Target input field inside class form-control:

  1. Set the width and height to 100%.
  2. Set the background color to #333333.
  3. Disable the border and set the border radius to 4 pixels.
  4. Set the color to white and the font-size to 16 pixels.

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