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

Rawi2115 70

@Rawi2115

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


i couldn't figure out how to add the background svg

Community feedback

Freedteck 130

@Freedteck

Posted

Hi, this is really cool. As for the background SVG, the step is pretty straight forward.

  1. In the css body selector, apply the background-image property with url as it's value i.e background-image: url(' link to the svg '); Note that the link to the svg is a relative one (./images/pattern-background-desktop.svg);
  2. U should use the background-repeat: repeatx; if you want.

Marked as helpful

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