Menu
Coddy logo textTech

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 icon

Challenge

Easy

Change the background color of the <body> tag and give some padding to it.

Use the styles.css file 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>

All lessons in Login Form - HTML/CSS Project