Design comparison
SolutionDesign
Solution retrospective
I couldn't figure out how to get GitHub to locate the image file for the background. Worked on Live Server but not GitHub Pages.
Community feedback
- @seanbucklePosted 10 months ago
Add
.
at the start to reference a folder/directory.Music Icon use the following:
./images/icon-music.svg
For the background image two
..
are needed, as it is not the same folder/directory, as the stylesheet.Background image use the following:
../images/pattern-background-desktop.svg
Marked as helpful1
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