Social links profile using HTML and CSS

Solution retrospective
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.
Please log in to post a comment
Log in with GitHubCommunity feedback
- P@developer-ruben
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 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