Iβm excited to share my latest project β a fully responsive landing page built from scratch with HTML and CSS. Inspired by my wifeβs work as a yoga instructor, this project was a great opportunity to strengthen my frontend development skills while focusing on clean design, accessibility, and performance.
It was also my first time applying color theory in a real-world project. Experimenting with palettes and complementary color schemes gave me a deeper understanding of how design decisions directly influence usability and user engagement.
Throughout the build, I encountered and solved several challenges that helped me grow as a developer:
π§© Responsive grid logic: My initial use of minmax() (minmax(230px, 200)) caused layout inconsistencies. Refactoring it to minmax(200px, 230px) taught me valuable lessons about CSS Grid behavior and responsive layout strategies.
π± Cross-browser debugging: Styles werenβt appearing on iOS Safari due to aggressive caching. Identifying and resolving this issue reinforced the importance of thorough testing across devices and environments.
This project gave me hands-on experience with responsive design, CSS grid/flexbox, color theory, and browser debugging β and Iβm excited to apply these skills to more complex, production-level projects moving forward.
π§ Tech Stack: HTML, CSS
π Live Demo: https://lnkd.in/eAEjgxDj
π» GitHub Repository: https://lnkd.in/eUmtBwrH
Top comments (0)