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 using vanilla css

@motuncoded

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


Feedbacks are welcome

Community feedback

hitmorecode 6,230

@hitmorecode

Posted

Congratulations well done. Just a few things you can do to fix some issues.

  • The background image is not correct, change this things in the main
main {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
min-height: 100vh;
background-repeat: no-repeat;
background-size: contain; /* change to this */
background-color: var(--pale-blue);
background-position: center; /* you can remove this */
background-image: url('/images/pattern-background-desktop.svg');
}

Marked as helpful

1

@motuncoded

Posted

Thank you for the feedback.

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