Submitted over 2 years ago
Huddle landing page with a single introductory section
@Orhan32
Design comparison
SolutionDesign
Community feedback
- @Harshi786Posted over 2 years ago
Hi @Orhan32!
Congrats on completing the challenge.
Your code looks good but need to work on some accessibility issues:
-
You need to wrap the whole code in
<main>
tag. For example use<main class="container">
in place of<div class="container">
. For details read this -
Links must have discernible text
: Use aria-label attribute. Example<a href=" #" aria-label="facebook profile"> <i class="fa-brands fa-facebook-f"></i> </a>
. For details click on the link
Hope this helps :)
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