I seem to be having trouble with the background image not displaying on my screen. I am confident that the URL is accurate, as I have successfully used it in other instances.
Here is a snippet from my CSS file:
body{
background : url(assets/image/main.jpg);
background-size: cover;
}
Why could this issue be occurring?
This represents the structure of my folders:
/assets/
css/
style.css
image/
main.jpg
/index.html