Label
Lesson 14 of 19 in Coddy's Netflix Sign-in Page Clone | Front-end project course.
Challenge
EasyTarget label in class form-control:
- Set
positiontoabsolute, 20 pixels from left and 50% from top. - Set
transformtotranslateY(-50%) - Set the font size to
16px. - Set
pointers-eventtonone. - Set the
colorto#8c8c8c. - 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>