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 had the same issue. For me it worked with:
background: url("../img/green.jpg") no-repeat center bottom/cover; height: 100vh;