A clean and simple responsive landing page for a design agency, built using HTML and CSS. This project focuses on layout design using floats, media queries, and responsive styling techniques.
- Responsive design for mobile and desktop
- Float-based layout with media queries
- Semantic HTML5 structure
- HTML5
- CSS3
This project was created as the final assignment of Section 8: Advanced CSS from Angela Yuโs Web Development Bootcamp. It demonstrates key concepts such as:
- Using
floatfor layout - Applying
@mediaqueries for responsiveness - Structuring content with HTML and styling it effectively with CSS