What are you most proud of, and what would you do differently next time?
I’m most proud of how clean and close to the design I got using just pure HTML and CSS, without reaching for Flexbox or Grid. It was a great back-to-basics challenge to focus solely on structure, spacing, and styling fundamentals.
Next time, I’d like to structure the layout with Flexbox or CSS Grid instead of using div-based manual centering. I want to start building that muscle now so I’m ready for more complex layouts as I progress through the Frontend Mentor learning path.
What challenges did you encounter, and how did you overcome them?
The main challenge was getting the text to match the line breaks from the original design exactly. At first, the breaks didn’t align with the preview image, so I experimented with inserting manual <br> tags, then adjusted the line-height to make the spacing match visually.
It wasn’t a complex issue, but it taught me how sensitive typographic layout can be—especially when trying to replicate a design pixel-perfect.
What specific areas of your project would you like help with?
I'd love feedback on:
Whether I should have used Flexbox or Grid for better structure—even in such a simple layout.
If there are more elegant ways to manage text alignment and line breaks without resorting to manual <br> tags.
Tips for handling line-height and vertical spacing consistently across responsive breakpoints.
I’m also open to any general feedback on my CSS practices and file organization!