Wrapper h2 and form
Lesson 11 of 19 in Coddy's Netflix Sign-in Page Clone | Front-end project course.
Challenge
EasyTarget h2 in class form-wrapper:
- Set the
colortowhite. - Set
font-sizeto30px.
Target form tag: Set the margin to 20 pixels from top to bottom and 0 pixels from left to right.
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>