Design comparison
SolutionDesign
Solution retrospective
Just realized that the background isn't showing properly. I used vscode to make this component, so maybe that is the issue. If you see anything in my code that's not allowing it to show please let me know.
Community feedback
- @KTrick01Posted over 2 years ago
Hi! Try changing your background path from
background: url(/images/pattern-background-desktop.svg) no-repeat center/cover;
to
background: url("../images/pattern-background-desktop.svg") no-repeat center/cover;
That's the way that i always use and i never had any problem, hope that it helps!
1
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