Design comparison
SolutionDesign
Solution retrospective
Please provide your valuable comments.
Community feedback
- @skyv26Posted almost 3 years ago
Hi! Shubham,
To avoid accessibility issues:
-
wrap everything in your body in <main> OR give role="" to the direct children of your <body> ... Click here to read more here
-
<img class="bgTopDesk" src="images/bg-pattern-top-desktop.svg" alt="">
As you can see you left alt attribute empty. Don't let alt attribute empty, always add some meaning text in it, so that user able to understand.
Good Luck
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