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
body { background: url("../img/debut_dark.png") no-repeat center center fixed; }
Worked for me.