Bottom Part
Lesson 19 of 19 in Coddy's Netflix Sign-in Page Clone | Front-end project course.
Challenge
EasyTarget class form-help:
- Set the
displaytoflex - Set
justify-contenttospace-between
Target class remember-me:
- Set the
displaytoflex
Target input of the class remember-me, set margin-right to 5px.
For a more precise finish, add this code to the end:
.form-wrapper a:hover {
text-decoration: underline;
}
form .form-help :where(label, a) {
font-size: 14px;
}
form button:hover, #code:hover {
opacity: 0.8;
}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>