I have an HTML file with a subdirectory called img with an image called debut_dark.png. In my CSS file, I have:
img
debut_dark.png
body { backgro
I know this doesn't address the exact case of the OP, but for others coming from Google don't forget to try display: block; based on the element type. I had the image in an , but it wasn't appearing...
display: block;