Submitted about 3 years ago
Responsive Order Summary Component Challenge using SCSS
@Briancarlo24
Design comparison
SolutionDesign
Solution retrospective
How was my solution?
Community feedback
- @darryncodesPosted about 3 years ago
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 helpful0@Briancarlo24Posted about 3 years ago@darryncodes
Your right about the attribution gonna update it soon.
Thanks for pointing that out.
0 - you could tidy up your accessibility report with a few quick fixes. Change
- @koalalikecodePosted about 3 years ago
I think you should add the hover state of this site
Marked as helpful0@Briancarlo24Posted about 3 years ago@koalalikecode Ohh you're right. I totally forgot about that. Thanks for your comment!
0 - @palgrammingPosted about 3 years ago
On your body tag you should change your background size from
contain
to100vw 40vh
Marked as helpful0@Briancarlo24Posted about 3 years ago@palgramming Thank you for that. I should pay more attention next time to the instructions XD
0
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