Responsive Social Links Card

Solution retrospective
I am most proud of my use of pseudo elements and media queries.
What challenges did you encounter, and how did you overcome them?No real challenges, pretty easy project.
What specific areas of your project would you like help with?I would like to continue to improve on the pseudo elements usage and media query usage.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @anastDev
As someone new to the coding world, I’m still learning and growing my skills. Please bear with me if some of my observations or feedback aren't entirely accurate.
- The solution effectively uses semantic HTML.
- It’s accessible, and I don’t see any immediate improvements needed in that area.
- The layout is responsive and well-designed. I especially liked the use of pseudo-elements and media queries, such as:
*, *::before, *::after { box-sizing: border-box; }
- The code is well-structured, readable, and reusable. I’ll definitely refer back to it in the future because of how well it’s written.
- From my perspective, the solution matches the design perfectly.
Marked as helpful
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