A simple Amazon Clone built using only HTML and CSS. This project replicates the look and feel of the Amazon website with a responsive design and user-friendly layout.
Home Page: Amazon-style landing page with product sections
Product Layout: Organized product cards with images and pricing
Header & Footer: Fully styled navigation bar and footer like Amazon
Clean UI: Focus on structure and styling without JavaScript
HTML5 for structure
CSS3 for styling and responsiveness
amazon_clone/
βββ index.html # Main homepage file
βββ style.css # Main CSS stylesheet
βββ /assets # Static files (images, icons, etc.)
β βββ /images # Product & banner images
β βββ /icons # Navigation & footer icons
βββ /css # Additional CSS (if needed)
β βββ reset.css # CSS reset or global styles
βββ /pages # Other HTML pages (optional)
β βββ product.html # Product details page (if created)
β βββ cart.html # Cart page (if created)
βββ /docs # Documentation (if any)
β βββ wireframe.png # Project wireframes or diagrams
βββ README.md # Project documentation
- Structuring HTML and CSS for a complex layout
- Managing multiple product sections without frameworks
- Maintaining consistent styling across all sections
Inspired by Amazon for design reference
Icons from Font Awesome
Images from Amazon