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

Order Summary Component using css components and flexbox

tbahd 160

@tbahd

Desktop design screenshot for the Order summary component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Community feedback

Adriano 34,090

@AdrianoEscarabote

Posted

Hi @tbahd, how are you?

I really liked the result of your project, but I have some tips that I think you will like:

I noticed that the background image is not in the project, but to fix this we can do the following:

body { background: hsl(225, 100%, 94%) url(/images/pattern-background-desktop.svg); background-position: top; background-size: 100% 50vmin; }

I also noticed that the content is varying a lot in size due to the relative measurement units, to fix this we can do the following:

.container { max-width: 420px; min-width: 280px; }

Add these codes and see the difference!

The rest is great!! Hope it helps... 👍

Marked as helpful

0

tbahd 160

@tbahd

Posted

Hi @AdrianoEscarabote, hope this meets you well!

I really appreciate you taking note and going through my project. Also appreciate you taking out time to send corrections to me which I have taken note of and implemented.

Thank you so much!

1

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