Input
Lesson 13 of 19 in Coddy's Netflix Sign-in Page Clone | Front-end project course.
Challenge
EasyTarget input field inside class form-control:
- Set the
widthandheightto 100%. - Set the background color to
#333333. - Disable the border and set the border radius to 4 pixels.
- Set the
colortowhiteand thefont-sizeto 16 pixels.
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>