Design comparison
Solution retrospective
What am I most proud of?
I'm proud of completing the Social Links Profile challenge, creating a visually appealing and accessible card component, and paying attention to detail.
What would I do differently next time?
Next time, I would focus on writing cleaner and more efficient CSS code, consider using a preprocessor or CSS framework, and test more thoroughly.
Where do I need support?
I need support improving my CSS skills, particularly writing more efficient code, and learning more about responsive design, CSS Grid, Flexbox, and accessibility.
Community feedback
- @gustavo2023Posted 3 months ago
Hi @Codestephenn, congratulations on completing this challenge. You have done a great job. I would like to suggest you to use
rem
units instead ofpixel
units. This is beneficial in terms of responsiveness, accessibility and maintainability.rem
units provide a consistent sizing mechanism, since they are always relative to the root font size. Also, this ensures that all elements scale proportionally across different screen sizes.Hope you find this helpful
Marked as helpful0
Please log in to post a comment
Log in with GitHubJoin 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