Four card feature section

Solution retrospective
Does anyone know how to make the .svg backgrounds work on github pages?
Please log in to post a comment
Log in with GitHubCommunity feedback
- @macdeesh
Hello lilKriT, Just to answer to your question, maybe you can add ".." before the URL of the background image :
background-image: url("../img/icon-supervisor.svg");
Instead ofbackground-image: url("/img/icon-supervisor.svg");
In your place, I will also use the pseudo-element ::after with the specific class and add :
content: url("../img/icon-supervisor.svg");
Marked as helpful
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