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

@bilguun1130

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


It was a good challenge, specially, for people like me who want to try to practice accurate spacing between elements.

Community feedback

hitmorecode 6,230

@hitmorecode

Posted

  .main{
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;  
    background-image: url(./images/pattern-background-desktop.svg);
/* add these two lines to fix the background image */
    background-repeat: no-repeat;
    background-size: contain;
}
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