Form Wrapper class
Lesson 10 of 19 in Coddy's Netflix Sign-in Page Clone | Front-end project course.
Challenge
EasyTarget class form-wrapper:
- Set the
positiontoabsolute. Also, 55% from the top and 50% from the left. Set transform to translate (-50%, -50%) (as below):
transform: translate(-50%, -50%);- Set a
widthof 450 pixels. - Set a
paddingof 90 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>