Design comparison
SolutionDesign
Solution retrospective
How I can scale the description text on button hover without using javascript?
Community feedback
- @Bayoumi-devPosted over 2 years ago
Hey Dennis, It looks good!... You have
accessibility issues
that need to fix.Document should have one main landmark
, Contain the component with<main>
.
<main> <div class="container"> //... </div> </main>
All page content should be contained by landmarks
, Contain the attribution with<footer>
.
<footer> <div class="attribution"> //... </div> </footer>
Hope this help!... Keep codingπ
Marked as helpful0@DennisBoaniniPosted over 2 years ago@Bayoumi-dev Thanks for the hints! ππ
I have updated the solution right now!
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