Login Form Project

In this project, you need to style a form that allows people to login to an application. This form will collect a user's username and address. To get started, please scroll down and look at the tasks listed below.

Login Form

Task 1

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

Task 2

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

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

  3. Add the profile image using the provided resource.

  4. Make the profile image circular.

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

Task 3

  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 4

  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 other projects you can build.