Design comparison
SolutionDesign
Solution retrospective
What challenges did you encounter, and how did you overcome them?
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. š
Community feedback
- @AffanRMPosted 3 months ago
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 helpful1 - @dominguez-danielPosted 3 months ago
Hi
@Rashid0101
, overall your solution is solid, I really like the css reset you used.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