Login Form Project

Build a stylish login form that collects user information, including name, email, and address. This project will improve your skills in form design. You will be building this project as part of our CSS Course.

Login Form

Task - 01

  1. Add a background image to the body using the provided resource.

  2. Add Home, Services, Products and Contact Us links in the top header section.

  3. Add the heading with the text Login Form below the header section.

  4. Add the profile image using the provided resource.

  5. Make the profile image circular.

  6. Add a thick white border to the profile image.

Task - 02

  1. Add the Username label below the profile image.

  2. Add an input element below the profile image.

  3. The input element should have a placeholder value of Enter Username.

  4. Ensure that the label and the input are side by side and not on top of each other.

  5. Next, add the label for Password.

  6. Add an input element to receive the password value.

  7. The input element should not show the password being typed in it.

  8. The input element should have a placeholder value of Enter Password.

  9. Ensure that the label and the input are side by side and not on top of each other.

Task - 03

  1. Add the Login button.

  2. Add a checkbox with text Remember Me.

  3. Add the link for Forgot Password.

  4. Add the Cancel button.

  5. Style the buttons appropriately as shown in the image.

More projects

These are some of the projects you'll build while learning.