diff --git a/Login_signin/README.md b/Login_signin/README.md new file mode 100644 index 00000000..265227c4 --- /dev/null +++ b/Login_signin/README.md @@ -0,0 +1,71 @@ +# My Login Page + +Hey there! 👋 +This is my **Login Page** made using **HTML and CSS**. +It’s simple, colorful, and has a nice background image. +I made it as part of my web design practice! 😄 + + +--- + +## 💻 Tech Used + +- **HTML** – for the structure +- **CSS** – for all the styling and colors +- Background image from **Freepik** + +--- + +## 🚀 Features + +✨ Clean and simple login form +✨ “Remember Me” checkbox +✨ Cool background image +✨ Hover effects on links and buttons +✨ Centered form using CSS translate + +--- + +## 🧩 How It Works + +- Enter your **username** and **password** +- Click on **Login** +- There’s also a **“Forgot Password or Username?”** link and a **Signup** option + +--- + +## 🛠️ How to Use + +1. Download or copy both files — `index.html` and `style.css`. +2. Make sure both are in the same folder. +3. Open `index.html` in your browser. +4. That’s it! You’ll see the login page. 🎉 + +--- + +## 🧠 What I Learned + +- How to center elements with CSS +- Using background images and gradients +- Styling buttons and hover effects +- Linking external CSS to HTML + +--- + +## 🌟 Future Improvements + +- Add validation using JavaScript +- Create a signup page to go with it +- Make it mobile-friendly + +--- + +## ❤️ Credits + +Background image: [Freepik](https://www.freepik.com) +Made by: **Ipsit** + +--- + +Thanks for checking out my project! 😄 +Feel free to try it or make your own version! 🚀 \ No newline at end of file diff --git a/Login_signin/index.html b/Login_signin/index.html new file mode 100644 index 00000000..bfa6e39f --- /dev/null +++ b/Login_signin/index.html @@ -0,0 +1,44 @@ + + +
+ + +