Menu
Coddy logo textTech

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 icon

Challenge

Easy
  1. Target ID code and set background color to #464646
  2. Target label, p, small, and a tags: set color to #737373
  3. Target id or and align the text to the center.
  4. Target ancor tag in class form-wrapper and set text-decoration to none.

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>

All lessons in Netflix Sign-in Page Clone | Front-end project