Design comparison
SolutionDesign
Solution retrospective
An issue I'm noticing is the background image not sticking or showing as it does when I preview it locally, compared to github pages.
Any suggestions on best ways to live preview with vscode would be great.
Community feedback
- @xCordevaPosted about 1 year ago
Hey Alex,
I just checked your code and the line with the path needs to be adjusted to this instead of what its now
background-image: url(../images/pattern-background-desktop.svg);
I think this will solve the problem
Marked as helpful0@GrowingHermit44Posted about 1 year agoHey Ahmed@xCordeva
Thanks a bunch, that did the trick, will be doing that from now on.
0
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