A pixel-perfect front-end clone of the Amazon homepage, built using pure HTML and CSS. This project replicates the look and feel of Amazon's UI as a static website.
A static recreation of the Amazon homepage including the navbar, hero section, product grid, and footer.
You can open index.html directly in your browser — no server required.
- HTML5 — Semantic page structure
- CSS3 — Styling, layouts, flexbox, and responsive design
Amazon_Clone/
├── index.html # Main HTML file
├── style.css # Stylesheet
└── assets/ # Images and icons (if any)
- 🔍 Amazon-style navigation bar with search bar and cart icon
- 🖼️ Hero / banner section
- 📦 Product category cards grid
- 📄 Multi-section layout mimicking Amazon's homepage
- 🔗 Footer with links section
-
Clone the repository
git clone https://github.com/Ansh181005/Amazon_Clone.git
-
Navigate into the project folder
cd Amazon_Clone -
Open in your browser
open index.html
Or simply double-click
index.htmlin your file explorer.
- Structuring a complex webpage with semantic HTML
- Using CSS Flexbox for multi-column layouts
- Replicating real-world UI designs from scratch
- Working with CSS box model, spacing, and alignment
This project is built for educational purposes only. It is not affiliated with, endorsed by, or connected to Amazon in any way. All Amazon branding, logos, and trademarks belong to their respective owners.
Ansh — @Ansh181005
If you found this project helpful or interesting, feel free to give it a ⭐ on GitHub!