
Design comparison
SolutionDesign
Please log in to post a comment
Log in with GitHubCommunity feedback
- @jl-stephenson
Hi AnDev,
Great solution again - it's very close to the design.
A couple of things that jump out:
- Using pixels for font sizes makes the website inaccessible, here's an article explaining why;
- You use
a
tags for the interactive elements - did you imagine clicking would take the user to another page? If these elements open modals / trigger a download but don't take the user to another page/section, I think it's clearer if they arebutton
elements instead.
Keep up the great work!
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