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
Its always good to have these additional properties besides the
background-image:url('path') no-repeat 0 0;
set dimension to the element
width:x; height:y;
background-size:100%