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

timo9939 80

@timo9939

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

Nathan Ray 230

@NathanRayM

Posted

Hello,

Really great job! I have a suggestion that you may find helpful. Currently, it appears that your background image is repeating. You can remedy this by applying background-repeat to no-repeat. I hope this is helpful.

Example:

body{
background-image: url(./images/pattern-  background-desktop.svg);
background-size: cover;
background-repeat: no-repeat;
}

Marked as helpful

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