Sam95
1
please why is it that my project images are not showing?
https://codepen.io/hotorquarsh12345/pen/poZmaRz
you have to use a valid image file when you specify an img element’s src attribute.
You are using a webpage instead of an image file.
To get image files for your codepen projects, read this post
Sam95
3
Thank you, it worked. I spent 2 whole days trying to figure it out.