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

Landing Page - Order Summary Component

@Williais

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

hitmorecode 6,230

@hitmorecode

Posted

Congratulations well done. One thing that you can change

body{
background-color: #d6e1ffa8;
background-image: url(images/pattern-background-desktop.svg);
background-repeat: repeat-x; /* change this to no-repeat */
background-size: contain; /* this will fill the background in the width of the page */
margin: 0;
padding: 0;   
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
}
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