Buttons
Lesson 5 of 19 in Coddy's Netflix Sign-in Page Clone | Front-end project course.
Challenge
Easy- Below the second form-control create a
buttonwith the textSign Ininside. - Below this button create a
ptag with the id<strong>or</strong>and the text<strong>OR</strong> - Below the p tag create another button with an id
codeand textUse a sign-in code
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>