Responsive Social Links Profile using Flexbox and Media Query

Solution retrospective
I'm proud of how clean and responsive the layout turned out, especially with a mobile-first approach. The use of Flexbox and BEM made the structure easy to manage. Next time, I’d probably integrate CSS Grid to handle more complex layouts and experiment more with accessibility features.
What challenges did you encounter, and how did you overcome them?One challenge was getting the responsive widths right using vw and % without breaking the layout on large screens. I fixed it by combining max-width and setting breakpoints with media queries. Another was managing custom fonts with @font-face — making sure the paths and formats were correct took some debugging.
What specific areas of your project would you like help with?I'd love feedback on:
--How I’m using media queries — are there better breakpoint strategies I could try?
--My use of BEM naming — is it scalable for larger projects?
--Any performance optimizations I might have missed, especially for mobile.
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Raizo-03'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