Design comparison
SolutionDesign
Community feedback
- @jl-stephensonPosted 3 months ago
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 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