Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Solution to Order Summary challenged (fixed)

@Mellymatic624

Desktop design screenshot for the Order summary component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


This is a revised solution with the background image and color fixed

Community feedback

Mika 230

@mikatechs

Posted

Congrats on finishing up this challenge. I have small recommendations that might help you.

  1. For the background image, you should use background-size property with percentage values to keep the width and height on different screen sizes. Try background-size: 100% 43%; MDN background-size.
  2. 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 helpful

0

Please log in to post a comment

Log in with GitHub
Discord logo

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