
Design comparison
Solution retrospective
Please assist with the inserting the background-image, thanks.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @mbtenkorang
Hello 🙋♂️ @Nadine-Green,
Congratulations on completing this challenge. About your request for assistance, I took a look at your code and the most likely reason is the
url
you have provided for thebackground-image
property.-
Currently, the css is
body {background-image: url("../../assets/images/background-pattern-desktop.svg")}
, however based on the structure of your repo the correct value will beurl('./assets/images/[filename].svg')
I hope this helps resolve the issue with the background image. -
Also, I will recommend you use a heading element except <h1> for the questions. It should help improve the semantic structure of your HTML.
I hope to checkout your solution with a background-image soon. 🎉
All the best and happy coding 😀🧑💻!
-
Join 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