Skip to content
Submitted 3 months ago

Social Links Profile Card

accessibility, bem
P
LVL 2
Berefire258
@berefire
A solution to the Social links profile challenge

Solution retrospective


What are you most proud of, and what would you do differently next time?

I'm most proud of achieving a clean, pixel-accurate layout while keeping the code simple and maintainable. I focused on using semantic HTML and applying the BEM methodology to keep the CSS structure clear and scalable.

Next time, I would plan the layout structure earlier, especially how non-visual elements like the attribution footer should behave, to avoid layout adjustments later in the process.

What challenges did you encounter, and how did you overcome them?

One of the main challenges was handling spacing and alignment across different screen sizes without introducing unwanted scroll. I initially encountered vertical overflow due to full-height layouts combined with padding.

I solved this by refining the layout structure, using responsive spacing with clamp() which allowed the design to scale naturally without breaking accesibility or layout flow.

What specific areas of your project would you like help with?

I would appreciate feedback on my CSS architecture and accesibility choices, particularly regarding spacing decisions and interactive states. I'm also interested in learning how to further optimize my layout structure for scalability in larger projects.

Code
Loading...

Please log in to post a comment

Log in

Community feedback

No feedback yet. Be the first to give feedback on Berefire’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