Design comparison
SolutionDesign
Community feedback
- @Sdann26Posted almost 3 years ago
Hi Cassy!
- As a recommendation, try to use the
<main>
tag that wraps all the other tags inside the<body>
to eliminate the accessibility error. - Also add the
alt='text Reference'
attribute to the<img>
tag, if the image is self explanatory only addalt=' '
. - If you can, add color change to the hover effect.
Good look!
Marked as helpful0 - As a recommendation, try to use the
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