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 Card (Grid)

@VickyAzola

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

@samuerikcoder

Posted

Apply this changes in the body:

body {
display: grid;
place-content: center;
font-size: 15px;
font-family: 'Red Hat Display', sans-serif;
background: url(images/pattern-background-desktop.svg);
background-size: contain;
background-repeat: no-repeat;
min-height: 100dvh;
background-color: hsl(225, 100%, 94%);

Now research the use of media queries to improve design on mobile. You will need to add unique modifications to it for the background of the body, I believe it will be very similar to the rules you had put. On the desktop add more padding to your content until you think it's similar to the original.

Marked as helpful

0

@VickyAzola

Posted

@samuerikcoder Thanks! i completely missed the background color.

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