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

@sarah131313

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 Sara, great job!

If want to improve your background just add this:

body {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center -25%;
    background-color: #dfe6fb8c;
    display: grid;
    place-items: center;
    min-height: 100vh;
}

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

Marked as helpful

0

@sarah131313

Posted

@MaximilianoDanielGarcia Thank you so much , that was 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