Design comparison
SolutionDesign
Community feedback
- @Ezekiel225Posted 10 months ago
Hello there π @mcorusa.
Good job on completing the challenge !
Your project looks really good!
I have suggestions about your code that might interest you.
The background image is not showing because there's a little glitch with your code.
body { background-image: url(/images/pattern-background-desktop.svg); }
There's seems to be a glitch with the above code which I have gotten from your project.
Try changing to this..
body { background-image: url(../images/pattern-background-desktop.svg); }
I hope it helps!
Other than that, great job!
Happy coding.
Marked as helpful0@mcorusaPosted 10 months agoHello @Ezekiel225,
thank you very much for your feedback! I'd be more than happy to implement your advice. :))
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