I created a css sheet, linked to the html to format it, after many attempts the code only accepted the formatting after I left it like this:
h1 {
background-image: url(../img/sobre-background.jpg);
}
However, I do not understand the 2 points at the beginning, since it does not have a folder or path with those 2 points !!