Mobile First Vanilla CSS & JS (specific widths only)

Solution retrospective
I dont know why some pictures/icon dont show in github. My other solutions in github works properly.
In my machine, it works properly.
Any feedback would help.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @darryncodes
Hi Christopher,
This can be simple an infuriating. 99% sure you'll just need to remove the "/" from your file paths. For example:
<link rel="stylesheet" href="style.css">
/<img src="images/avatar-michelle.jpg" alt="avatar" class="avatar">
.Hope it works out!
- @Yazdun
Hello Christopher ! The icon issue is probably
<img src="/images/...">
change them to<img src="./images/...">
and see if it works on github pages
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