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

@chuantiong

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

@MaximilianoDanielGarcia

Posted

Hi @chuantiong, great job!

If you want to improve how to looks your background image, you should add this:

body {
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #dfe6fb7d;
    background-position: center -25%;
}

The background-size: contain; resize the background image to make sure the image is fully visible.

After you apply these it will be look better.

0

@chuantiong

Posted

@MaximilianoDanielGarcia Thank you so much for the prompt. It works.

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