So i've been trying to make my div's background be an image lots of times. And It has worked. However I have started to organise my files and it stopped working?
I want to use an image from my "Images" file and use it in my "style.css" file which is in my "stylesheets" folder. I've used the following code, but it doesn't work?
Some CSS:
.header {
background-image: url("/images/SummitHome1.jpg");
width: 100%; height: 800px;
background-repeat: no-repeat;
padding-top: 5px;
background-size: cover;
}
Ps: heres a pic of my files