Background Image Help

what was the main problem here then?

You ommited the ***type="text/css"***. This tells the browser type of document in which you’re referring.

isn’t it supposed to be <link rel="stylesheet" type="text/css" href="style.css"/>

Oops!!! Sorry case and that’s a typo :grinning:
But to me, the forward slash is optional.

The type attribute is optional when the type is text/css. That’s the default type for a stylesheet anyway.

Yeah agree, I was trying to consider best practices.