Design comparison
SolutionDesign
Solution retrospective
i couldn't figure out how to add the background svg
Community feedback
- @FreedteckPosted about 1 year ago
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 helpful1 - In the css body selector, apply the background-image property with url as it's value i.e
Please log in to post a comment
Log in with GitHubJoin 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