This project is a simplified Amazon clone website, built using HTML and CSS to practice core web development skills. The design closely resembles an e-commerce layout, providing a basic foundation for creating visually appealing online shopping platforms.
- Layout: Optimized for only desktop views.
- Navigation Bar: Top navigation for easy access to various sections.
- Product Display: Styled product cards, emulating an Amazon-like interface.
- Footer Section: Contains links and additional information.
Explore the live version of this project here: Amazon Clone
The project is organized as follows:
index.html
: Main HTML structure.style.css
: Custom CSS styles for layout and responsive design.assets/
: Folder containing images and icons.
- HTML5: Markup structure
- CSS3: Styling and layout design
To run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/Kangaeruhito14/Amazon-Clone-using-HTML-CSS