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

OrderSummaryComponent (Html, Css, Sass)

@JuanValencia247

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


Todos los comentarios son Bienvenidos!

Community feedback

Adriano 34,090

@AdrianoEscarabote

Posted

Hi Carlos Benavides, 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 at higher resolutions the background image is breaking to fix this we can do the following:

@media (min-width: 900px)
body {
    background-size: 100% 50vmin;
}

Prefer to use rem over px to have your page working better across browsers and resizing the elements properly

The rest is great!!

Hope it helps...👍

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