Social links profile

Solution retrospective
Hi there 👋, I’m Rashid and this is my solution for this challenge. 🚀
Any suggestions on how I can improve and reduce unnecessary code are welcome!
Thank you. 😊
Please log in to post a comment
Log in with GitHubCommunity feedback
- @AffanRM
Hey, Rashid Great work on the website! A small suggestion for you:
- Rather than specifying the font size in pixels (px), it's better to use rem/em units, as it helps improve the accessibility of your website.
- You can add a transition on the anchor tags for a smoother experience:
a { transition: background-color 0.5s }
This is just a sample transition, and there are multiple other ways as well. If you need any further assistance, then let me know!
Marked as helpful - @dominguez-daniel
Hi
@Rashid0101
, overall your solution is solid, I really like the css reset you used.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