Nav
Lesson 9 of 19 in Coddy's Netflix Sign-in Page Clone | Front-end project course.
Challenge
EasyTarget nav:
- Set the
positionto befixed. - Set
paddingto 25 pixels from top and bottom and 30 pixels from right and left.
Target the image in the nav and set its width to 75px and add display: block;
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>