
Solution retrospective
I'm proud of how clean and well-organized the layout turned out. I focused on maintaining a consistent visual structure using spacing, padding, and font styling. I'm also happy with the use of semantic HTML elements like <ul>, <ol>, and headings for accessibility and structure.
If I were to do it again, I would explore using CSS Grid for the layout in addition to Flexbox, and I’d also add some CSS transitions or subtle animations to improve user experience.
What challenges did you encounter, and how did you overcome them?One challenge was properly aligning and spacing all the sections so they looked balanced and visually pleasing on different screen sizes. I used media queries to adjust the layout for smaller screens and box-sizing: border-box to make padding and width calculations more predictable.
Also, making sure fonts loaded correctly from Google Fonts required careful setup of the <link> tags and font-family declarations.
What specific areas of your project would you like help with?I'd appreciate feedback on:
Whether I’ve structured the HTML semantically and accessibly (e.g., using headings inside <ul>).
How I could improve the responsiveness or make the layout more flexible using modern techniques like CSS Grid or clamp() for font sizes.
Suggestions for improving visual hierarchy and contrast—do the colors work well for readability?
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Selasi's solution.
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord