This content originally appeared on DEV Community and was authored by Leo
This was my first real project using CSS Flexbox, and I learned a ton. I hit a snag trying to center the hero image; the fixed header kept covering the top portion of it. After a bit of digging, I figured out that offsetting the section with a margin-top was the solution. It felt great to solve that puzzle!
Next up, I’ll be tackling mobile responsiveness. But for now, I’m really happy to have this project in my portfolio.
If you have a moment to look, I’d love to get your feedback on how I can write cleaner code or improve the page in general. Any advice is welcome!
Thanks so much!
GitHub Repo – https://github.com/leocoding0326/tea-cozy-landing-page.git
This content originally appeared on DEV Community and was authored by Leo