This is a beginner-friendly project that demonstrates how to create a clean and responsive login page using HTML and CSS only.

- Simple and semantic HTML layout
- Modern CSS styling with Flexbox centering
- Animated input focus effects
- Clean and minimal design
- Bilingual placeholders (English + δΈζ)
.
βββ Login.html # The main HTML file
βββ style.css # External CSS styles
βββ action.js # (Placeholder for future login logic)
- Clone or download the repository.
- Open
Login.htmlin your browser. - You'll see a styled login form with username and password fields.
A basic login form centered on the screen, with:
- Red-orange background (
#e76f51) - Dark login card with white text
- Smooth input animations on focus
- Submit button with hover effect
This project is great for learning:
- How to use CSS Flexbox for centering
- Applying padding, margin, and box shadows
- Styling form inputs
- Adding transitions and hover effects
- Add JavaScript validation (
action.js) - Support dark/light themes
- Make it mobile responsive
This project is open source and free to use.
Made with β€οΈ by a beginner learning HTML & CSS.