Menu
Coddy logo textTech

Label

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

challenge icon

Challenge

Easy

Target label in class form-control:

  1. Set position to absolute, 20 pixels from left and 50% from top.
  2. Set transform to translateY(-50%)
  3. Set the font size to 16px.
  4. Set pointers-event to none.
  5. Set the color to #8c8c8c.
  6. Add transition: all 0.1s ease; to the end.

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