Submitted about 3 years ago
Order Summary Card Solution using HTML and CSS
@letyoursoulglo
Design comparison
SolutionDesign
Solution retrospective
Any feedback is appreciated, I am still learning how to implement media queries so any tips would also be appreciated.
Community feedback
- @palgrammingPosted about 3 years ago
you should change the background size on your body tag from
contain
to100vw 40vh
Marked as helpful0@letyoursoulgloPosted about 3 years ago@palgramming Will do, thank you. Is that more effective as far as getting a responsive background?
0@palgrammingPosted about 3 years ago@letyoursoulglo the 100vw will be 100% of the view width and the 40vh will keep it 40% of the view height with contain depending on the browser with the height of the background changed in position relating to the card
Marked as helpful1
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