Buttons
Lesson 16 of 19 in Coddy's Netflix Sign-in Page Clone | Front-end project course.
Challenge
EasyTarget both buttons (or, in short, all buttons):
- Set the
widthto100%. - Set a
paddingof 12 pixels from top, bottom and 0 pixels from right, left. - Set a
marginof 10 pixels from top, bottom and 0px from right, left. - Set the font size to 16 pixels.
- Set the background color to
#e50914and thecolortowhite. - Set the
bordertononeand the border radius to 4 pixels. - Set
cursortopointer
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>