Order summary component challenge using HTML5 and CSS3

Please log in to post a comment
Log in with GitHubCommunity feedback
- @skyv26
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
-
Try Add
aria-label
in all your block level elements.
Happy Coding ;)
Marked as helpful -
Join 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