BACKGROUND-IMAGE cannot be added

Guys,
I am working with two notepads on my pc trying to create my first website.
I created the html structure and linked it correctly to a css file.
everything works except the background-image that I’d like to set in a DIV.
here it is the html:

CSS:
.main {background-image: url(“http://logmeincdn.azureedge.net/sc-lmim
edia/-/media/15755bb40eb644379f9512b4840f7af2.jpg”);
background-size: cover;
}

It’s a test website on my pc using notepad for both html and css file.
there is to be something that I am missing but I cannot figure out what.
Thanks a lot for your help

Hey,

This URL is broken go to it and see

http://logmeincdn.azureedge.net/sc-lmim%20edia/-/media/15755bb40eb644379f9512b4840f7af2.jpg

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.