HTML-CSS Coffee page background-color

Walking through step 26. I am not having a problem inside freecodecamp environment. But - trying same code in vscode I get this weird result.

index.html - simple code

Hello there

main.css:
div {
background-color: burlywood;
}

When I try to run this the simple

tag text is hidden. I am so confused as to what the catch is.
Anyone explain issue please.
Thank you.

well it was an extension in chrome I had to turn off that was foiling me, anyhooo, thanks gang.

1 Like

just curious, which extension was it?

the extension in chrome was called xy coordinates. Hope this helps.

1 Like

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