mobile and desktop responsive

Solution retrospective
the images are not showing after publishing it with github pages
Please log in to post a comment
Log in with GitHubCommunity feedback
- @JohanChereau
Hello @ifeanyiagujekwu 👋,
Well done for completing the challenge!
To display your images, you can simply change the
src
attribute of your images by removing the first slash.Simply replace :
<img src="/images/image-equilibrium.jpg">
with<img src="images/image equilibrium.jpg">
. Same thing for your card footer:<img src="images/image-avatar.png">.
For accessibility purposes, don't hesitate to use more descriptive
alt
tags rather than a simple "image" ;)Happy coding! 🙏
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