Car-Rental-Website/ │ ├── index.html ├── cars.html ├── car-details.html ├── booking.html ├── confirmation.html ├── contact.html │ ├── assets/ │ ├── images/ │ ├── css/ │ └── style.css │ └── cars.css │ ...
A responsive web application that replicates the Pinterest masonry layout. This project demonstrates my ability to work with dynamic data fetching and responsive CSS design. HTML5/CSS3: Used for the ...