Cartzilla website is an e-commerce platform designed for buying and selling furnitures.
It is intended for project use and is not a functional website, only a design concept.
It is built using HTML and CSS.
Cartzilla/ │ ├── index.html │ ├── components/ │ ├── css/ │ │ └── style.css │ │ │ ├── images/ │ │ ├── product-1.png │ │ ├── product-2.png │ │ ├── product-3.png │ │ ├── product-4.png │ │ ├── design-1.jpg │ │ ├── design-2.png │ │ ├── design-3.jpg │ │ ├── design-4.png │ │ ├── blog-1.jpg │ │ ├── blog-2.jpg │ │ ├── blog-3.jpg │ │ └── other image assets... │ │ │ └── icons/ │ ├── Logo.svg │ ├── left-arrow-Icon.svg │ ├── right-arrow-Icon.svg │ ├── like-Icon.svg │ ├── plus-Icon.svg │ └── other icon assets... │ └── README.md