Login Page HTML and CSS

This is a simple login page designed using HTML and CSS. It provides a user-friendly interface for users to log in with their credentials. Below are the details of the files and the structure of the project.

Files

  • index.html: This is the main HTML file that contains the structure of the login page.
  • styleo.css: This is the CSS file responsible for styling the login page.

Project Structure The project is organized with the following structure:

index.html: This file contains the HTML structure of the login page. styleo.css: This file contains the CSS styles used to design and layout the login page. Torry.png: An image file (you can replace this with your own image). 1.jpg: An image file used as the background (you can replace this with your own background image). HTML Structure The login page consists of a login box with a username and password input fields. There are "UserName" and "Password" labels next to their respective input fields. A "Login" button is provided for submitting the login form. There are links for "Forgot Password" and "Create New Account" at the bottom of the form. CSS Styling The background of the page is set to a background image (1.jpg) with a cover style. The login box is styled with a black background, white text, and is centered both horizontally and vertically. The user's profile image is displayed as a circular image above the login box. Input fields have a transparent background with white text and a bottom border. The "Login" button is styled with a brown background and dark cyan hover effect. Links are styled with a gray color and turn orange when hovered over. Usage You can use this login page template as a starting point for your web application. Customize it by modifying the HTML content and CSS styles to match your branding and functionality requirements. Replace the sample images (Torry.png and 1.jpg) with your own images.

Credits This template was created by [Your Name or Organization]. Images used in this template are for demonstration purposes and should be replaced with your own images or placeholders. License This project is under the [License Name] license. You can find more details in the LICENSE file.