Trouble with external CSS file

For some reason, inline CSS is only applied while my external CSS file is not. When I update my CSS file my webpage has no changes. Any help would be greatly appreciated.

1 Like

Add a “.” before /style.css
In Vs code most imports need a . before the /

1 Like

I tried that, still does not seem to be working, unfortunately. Any other suggestions?

Sorry for the late reply, I went to work .
Try it without the / just have href=“styles.css”
This is from a eariler project of mine <link rel="stylesheet" type="text/css" href="index.css">

1 Like

No worries, and I tried moving it up to the top of my head tags and that seemed to do the trick. Thank you so much for your help