Design comparison
SolutionDesign
Solution retrospective
Couldn't figure out how to do the background, submitting this to see other solutions.
Community feedback
- @Zy8712Posted 11 months ago
Hi there!
In order to do the background you could do something like this:
background-image: url("./images/pattern-background-desktop.svg"); background-repeat: no-repeat; background-size: contain; background-color: var(--theme-pale-blue);
Hope this helps 👍
2
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