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

Responsive order summary component

mcorusaβ€’ 210

@mcorusa

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

Olaniyi Ezekielβ€’ 7,600

@Ezekiel225

Posted

Hello there πŸ‘‹ @mcorusa.

Good job on completing the challenge !

Your project looks really good!

I have suggestions about your code that might interest you.

The background image is not showing because there's a little glitch with your code.

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

There's seems to be a glitch with the above code which I have gotten from your project.

Try changing to this..

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

I hope it helps!

Other than that, great job!

Happy coding.

Marked as helpful

0

mcorusaβ€’ 210

@mcorusa

Posted

Hello @Ezekiel225,

thank you very much for your feedback! I'd be more than happy to implement your advice. :))

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