Final Touch
Lesson 7 of 7 in Coddy's Login Form - HTML/CSS Project course.
Challenge
EasyNow it's your turn!
Add some final touches to this project.
Some suggestions:
- Hover effect on the button (
::hover) - Focus effect on the inputs (
::focus) - Other stylings to make it looks great!
Once ready, run the code and finish the course!
Try it yourself
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- Write HTML code here -->
</body>
</html>