3 replies
I know this is the wrong section and I apologise, but I'm not getting the right help.

I'm having a problem with my CSS.

Let me explain everything I've done:

-I've created my stylesheet and saved it as "styles.css"
-I've created my site and linked to the stylesheet in the <head> tag like this:
<link href="css/styles.css" rel="stylesheet"
type="text/css">
(the bold part is like that because it's a semi folder | I've tried putting it the same folder as the index as well, but it doesn't work.)

-When I open the site, no CSS changes have taken effect.

What's puzzling me is that I checked another website template where the CSS is working, and mine is identical to that. I really don't get it.

Any help will be highly appreciated.

Trending Topics