Design comparison
SolutionDesign
Solution retrospective
Hello guys,
I would appreciate your comments, specially on my coding style (code flow, used properties, and any other topics that you might notice).
Thank you!
Community feedback
- @skyv26Posted almost 3 years ago
To solve 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
-
<a> should have an aria-label ... Click here to read more here
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