Order summary component challenge hub with Flexbox

Please log in to post a comment
Log in with GitHubCommunity feedback
- P@DarrickFauvel
@miuoshv I also noticed that you are missing the active states of the component. Take a look at the
active-states.jpg
file for reference.:D
Marked as helpful - P@DarrickFauvel
Hi @miuoshv, it looks like you have some reported accessibility issues. To fix them, try this:
Issue: "Document should have one main landmark"
Solution: You should use at least one semantic HTML element in your code, like <main>. Here's a good reference.
https://www.w3schools.com/html/html5_semantic_elements.asp
Issue: "Page should contain a level-one heading"
Solution: You can use
<h1>Order Summary</h1>
.I hope this helps.
:D
Marked as helpful - @miuoshv
Thank you for your feedback!
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