Pixel Art Site is a simple static website built with HTML and CSS, dedicated to showcasing the charm of pixel art in modern times.
The project demonstrates how basic web technologies can be used to create a clean, responsive, and visually appealing multi-page website.
- 3 HTML pages connected with relative navigation:
- Home (introduction to pixel art)
- Characters (examples like Super Mario, Metal Slug, Minecraft)
- Gallery (sample sprite images)
- Consistent navigation menu between all pages
- Responsive layout using CSS Grid and Flexbox
- Pixel-art style images with correct
altattributes - External CSS file for styling (no inline or
<style>blocks)
- HTML5 – structure of the site
- CSS3 – layout, styling, responsiveness
- No frameworks – pure HTML/CSS for simplicity
- Clone the repository:
git clone https://github.com/<your-username>/PixelArtSite.git