Order summary card

Solution retrospective
i couldn't figure out how to add the background svg
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Freedteck
Hi, this is really cool. As for the background SVG, the step is pretty straight forward.
- 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 thelink to the svg
is a relative one (./images/pattern-background-desktop.svg
); - U should use the
background-repeat: repeatx;
if you want.
Marked as helpful - In the css body selector, apply the background-image property with url as it's value i.e
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