Skip to content

Latest commit

Β 

History

History
76 lines (50 loc) Β· 2.09 KB

File metadata and controls

76 lines (50 loc) Β· 2.09 KB

HTML5 CSS3 Responsive Stars

Pixel-perfect clone of Amazon's iconic UI β€” built to master HTML & CSS layouts.


πŸ›’ About

A front-end Amazon.com clone built entirely with HTML and CSS, replicating the look and feel of one of the world's most visited e-commerce sites. This project sharpened skills in:

  • 🧱 Complex multi-column CSS layouts
  • πŸ“± Responsive design patterns
  • πŸ–ΌοΈ Working with images, icons and assets
  • 🌐 Real-world e-commerce UI structure

πŸ”§ Tech Stack

Technology Purpose
HTML5 Page structure & semantics
CSS3 Styling, layout, responsiveness
Flexbox / Grid Navigation & product grids

πŸ“ Project Structure

Amazon-clone/
β”œβ”€β”€ index.html        # Main page
β”œβ”€β”€ style.css         # All styles
└── assets/           # Images & icons

πŸš€ How to View

# Clone the repo
git clone https://github.com/Uttkarshchambiyal/Amazon-clone.git

# Open in browser
open index.html

πŸ’‘ Key Features

  • βœ… Amazon-style navigation bar with logo & search
  • βœ… Hero banner section
  • βœ… Product category cards grid
  • βœ… Footer with multi-column links
  • βœ… Fully static β€” no JS required

Crafted with code by Uttkarsh Chambiyal