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 Webpage

@Shettyankith

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


Suggestions are welcomed!

Community feedback

hitmorecode 6,230

@hitmorecode

Posted

nice well done.

body{
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("pattern-background-desktop.svg");
    font-family: 'Red Hat Display', sans-serif;
    /* add these three lines to fix the background image and to place the card in the middle of the page */
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 100vh;
}
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