Design comparison
SolutionDesign
Community feedback
- @CrownedTechiePosted 11 months ago
I love your work. The layout looks good too. It is necessary to add landmark elements in your document for accessibility, for example,
<main>
,<section>
,<footer>
For your button, I feel it'd make sense to add abutton:hover
rather thanbutton:active
, since the page you worked on is a static page where user interaction doesn't play a significant role, so the use of:active
might be less essential0
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