A simple, responsive personal blog website built using HTML and CSS. Ideal for showcasing personal articles, portfolio content, or tech blogs in a clean and minimal format.
- ✨ Minimal and elegant design
- 📱 Responsive layout (mobile-friendly)
- 📝 Static blog content
- 🎨 Custom CSS styling
- 🚀 Fast loading (no frameworks)
- HTML5 – Structure and layout
- CSS3 – Styling and responsiveness
- Vanilla JS (optional) – For interactivity (future)
Blog-Website/
├── index.html # Main homepage
├── blog1.html # Sample blog post
├── blog2.html
├── css/
│ └── style.css # Main stylesheet
├── images/
│ └── ... # All blog/media images
└── README.md # Project documentation
git clone https://github.com/Pratik2401/Blog-Website.git
cd Blog-WebsiteOpen the index.html file using any modern browser:
open index.html # macOS
start index.html # WindowsAdd screenshot links here, like:

- 🧩 Add pagination and search
- 🗂 Convert to Markdown with a static site generator (e.g., Jekyll, Hugo)
- 💬 Add comment system (e.g., Disqus or Firebase)
- 🔍 Improve SEO & accessibility
Pull requests are welcome. If you'd like to contribute:
- Fork the repository
- Create your branch:
git checkout -b feature-name
- Commit your changes:
git commit -m 'Add feature' - Push to the branch:
git push origin feature-name
- Open a pull request
This project is licensed under the MIT License.