My background image is not working.
CSS:
.main {
color:rgb(5, 1, 0);
position:absolute;
border:3px solid lightgreen
background-image:url("images/some_image.png");
}
I've looked it over many times and I can't find what's wrong with this code. The URL is right, the syntax is right... What is wrong with this?