Design comparison
SolutionDesign
Community feedback
- @Bayoumi-devPosted over 2 years ago
Hey CARREON, It looks great!... You have
accessibility issues
that need to fix.Document should have one main landmark
, Contain the main content with<main>
.
<main> <section class="container"> //... </section> <section class="container"> //... </section> //... </main>
Links must have the discernible text
, Set the attributearia-label
to describe the link.
<a href="#" aria-label="Instagram Profile"><i class="fa-brands fa-instagram"></i></a>
All page content should be contained by landmarks
, Contain the attribution with<footer>
.
Hope this help!... Keep coding👍
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