Design comparison
Solution retrospective
Sorry the full depiction may not appear identical. I urge you to please reference the github repo, to get the accurate work. Thank you.
Community feedback
- @CharlieeLuna23Posted over 2 years ago
Nice job! There's room for improvement.
Something that I learned the first time I uploaded a project is how to correctly add images.
In your HTML instead of using:
- <img src="Images/icon-music.svg" alt="" class="music-icon">
You would want to use:
- <img src="./Images/icon-music.svg" alt="" class="music-icon">
Is minor but makes a major difference as "./" means "Current directory" which will use your reposition (or anywhere your files are located) as the current directory and be able to find the correct path.
Also inside the "style-guide.md" you can find the color for the background and don't forget to add the image too.
0@Mosestule2003Posted over 2 years ago@CharlieeLuna23 thank you so much that's very helpful. For my other projects, I just posted them from GitHub and the images came up. But for this one it didn't. I will make sure to use ./ in my next projects.ππ
0@Mosestule2003Posted over 2 years ago@CharlieeLuna23 thank you so much that's very helpful. For my other projects, I just posted them from GitHub and the images came up. But for this one it didn't. I will make sure to use ./ in my next projects.ππ
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