Design comparison
Solution retrospective
I don't know why the music icon is not deploying, but on my root folder using VScode, it works perfectly. How can I fixed this? Thanks!
I just fix it. Thank you!
Community feedback
- @eby-coderPosted about 2 years ago
Try this. HTML src attribute is case-sensitive. The folder for your images is saved as Images and you set the url to images.
<img src="images/icon-music.svg" alt="icon-music">
Simply change the
src="images/icon-music.svg"
tosrc="Images/icon-music.svg"
I hope this helps. Also, congrats on completing the challenge. Your solution is beautiful.
Marked as helpful0@TimiphilPosted about 2 years ago@eby-coder Thank you so much Ebere. It works well now. This field is new for me and i'm passionate about it. I'm a learner and looking for mentors, i'm open to learning from you. Thanks once again.
1@eby-coderPosted about 2 years agoYou're welcome ☺️ @Timiphil . I'm always happy to help.
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