Button change
Lesson 17 of 19 in Coddy's Netflix Sign-in Page Clone | Front-end project course.
Our Desired Output -
As we can see above the second buttons background color is different.
Challenge
Easy- Target ID
codeand set background color to#464646 - Target label, p, small, and a tags: set color to
#737373 - Target id
orand align the text to the center. - Target ancor tag in class
form-wrapperand settext-decorationtonone.
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>