Hi,
Whenever I link an external style sheet to my html, it doesn’t show up. However, when I put in the same CSS as embedded, it works. I checked my html and css in a validator and it’s all correct. Any suggestions?
Thanks.
Can you share the code for how you’re linking it? And the file structure?
body{background-color:white; color:#000099;}
That’s the css. Can you share the html?
Never mind, just fixed the spacing of the link in the html and it worked!
Thanks.