Design comparison
SolutionDesign
Community feedback
- @iddahadevPosted 4 months ago
Does the solution include semantic HTML?
Yes, you could improve it by wrapping the list of links in an
ul
element.Is it accessible, and what improvements could be made?
Yes, maybe you could add a target for the links.
Does the layout look good on a range of screen sizes? Is the code well-structured, readable, and reusable?
Yes, the only downside I see is the use of
html { font-size: 62.5%; }
, this hack is not readable for other devs.Does the solution differ considerably from the design?
Not really except some
font-size
andfont-weight
.0
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