Menu
Coddy logo textTech

Buttons

Lesson 16 of 19 in Coddy's Netflix Sign-in Page Clone | Front-end project course.

challenge icon

Challenge

Easy

Target both buttons (or, in short, all buttons):

  1. Set the width to 100%.
  2. Set a padding of 12 pixels from top, bottom and 0 pixels from right, left.
  3. Set a margin of 10 pixels from top, bottom and 0px from right, left.
  4. Set the font size to 16 pixels.
  5. Set the background color to #e50914 and the color to white.
  6. Set the border to none and the border radius to 4 pixels.
  7. Set cursor to pointer

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