Submitted almost 3 years ago
Order summary component solution | CSS
@anushkachauhxn
Design comparison
SolutionDesign
Community feedback
- @anoshaahmedPosted almost 3 years ago
To avoid accessibility issues in the future:
- add language to html like so:
<html lang="en">
- wrap everything in your body in
<main>
OR giverole=""
to the direct children of your<body>
... Click here to read more here - have at least one
<h1>
in your code - start your headings with
<h1>
and move up by one level each time
Good job :)
Marked as helpful0 - add language to html like so:
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