ParallelogramOverlayAuth is a minimalistic frontend project featuring a login and registration page, designed with pure HTML and CSS. The interface uses two overlayed paralelograms on top of the main form to create a unique and modern UI.
/root
│
├── login.html # Login page HTML file
├── create.html # Register page HTML file
├── css/
│ └── login.css # Stylesheet for the login page
│ └── create.css # Stylesheet for the register page
└── README.md # Project documentation
- Login and Register Forms: Toggle between login and registration forms with a simple UI.
- Geometric Design: Built using two overlayed paralelogram shapes.
- Color Scheme: Yellow and green theme for a sleek, modern look.
- Responsive Layout: Designed to work across different screen sizes.
- Clone the repository:
git clone https://github.com/XZE3N/ParallelogramOverlayAuth.git
- Open
login.html
in any modern browser.
This project is open-source and available under the MIT License.