
Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I'm proud of the focus and hover over the social link part.
What challenges did you encounter, and how did you overcome them?There is nothing for now.
What specific areas of your project would you like help with?My code documentation and reusability.
Community feedback
- P@developer-rubenPosted 5 months ago
Hi!
Nice, component well done! Here are my tips:
- Avoid using px for font sizes since it can override the font size browser setting of the user
- Good use of classes, but avoid combining using classes and element selectors, just stick to classes. You can also improve the accessibility and readability of the code using a methodology like BEM.
That's it for now! Best, Ruben
Marked as helpful1
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