Submitted about 1 year ago
Solution to Order Summary challenged (fixed)
@Mellymatic624
Design comparison
SolutionDesign
Solution retrospective
This is a revised solution with the background image and color fixed
Community feedback
- @mikatechsPosted about 1 year ago
Congrats on finishing up this challenge. I have small recommendations that might help you.
- For the background image, you should use
background-size
property with percentage values to keep the width and height on different screen sizes. Trybackground-size: 100% 43%;
MDN background-size. - You should always use responsive units like %, EM, and REM, that are better suited to responsive design and also help meet accessibility standards. Relative units scale better on different devices because they can scale up and down according to another element's size.
Marked as helpful0 - For the background image, you should use
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