Order Summary Card

Please log in to post a comment
Log in with GitHubCommunity feedback
- @saifion33
Hi molly
Your solution looks great , however there are some issue like no heading tag inside section
wrap your section into main tag
<main><section class="order-card"> your code </section></main>
and use
h2
tag inside section, instead of<strong>
<h2 class="order-title">Order Summary</h2>
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