A simple and responsive Chessboard website built using HTML and CSS. This project focuses on clean design, responsiveness, and a beginner-friendly code structure — all without using JavaScript or any external libraries.
👉 View Live (https://my-chess-website-devxsandeep.netlify.app/)
- ♟️ Fully responsive chessboard layout
- 💻 Built with only HTML & CSS
- 🧩 CSS Grid layout for perfect board alignment
chess-website/
├── index.html
├── style.css
└── README.md
- HTML5
- CSS3
- CSS Grid
- Structuring elements using semantic HTML
- Creating a chessboard using CSS Grid
- Writing responsive CSS
- Improving layout spacing and alignment
- Clone this repository:
git clone https://github.com/yourusername/chess-website.git
2. Open `index.html` in your browser.
---
## 📄 License
This project is open-source and available under the [MIT License](LICENSE).