Responsive Order Summary Component Challenge using SCSS

Solution retrospective
How was my solution?
Please log in to post a comment
Log in with GitHubCommunity feedback
- @darryncodes
Hi Brian,
Great solution, really well done!
- you could tidy up your accessibility report with a few quick fixes. Change
<section>
to<main>
and remove theid=main
. Your.attribution
<div>
should be a<footer>
tag. - here is a useful guide
All the best 🤙
Marked as helpful - you could tidy up your accessibility report with a few quick fixes. Change
- P@palgramming
On your body tag you should change your background size from
contain
to100vw 40vh
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