Body
Lesson 4 of 7 in Coddy's Login Form - HTML/CSS Project course.
Now let's start to style our form!
In this section you can add much more styling then you asked for to make the login form as customized to you as possible!
Challenge
EasyChange the background color of the <body> tag and give some padding to it.
Use the
styles.cssfile to write the CSS code.
Try it yourself
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- Write HTML code here -->
</body>
</html>