This project is a frontend exercise in building a functional and aesthetic product gallery common in modern E-commerce websites.
- Flexbox Layout: Using
display: flexfor perfect alignment of product cards. - Overflow Control: Implementing horizontal scrolling for product categories using
overflow-x: auto. - Image Styling: Responsive image handling with custom CSS borders and shadows.
- Modern UI: A clean, user-friendly interface designed for a shopping experience.
- HTML5: For semantic product structures.
- CSS3: Focused on Flexbox, Overflow properties, and hover effects.
Practicing advanced CSS layouts as a Frontend Development student.