I’m having trouble connecting my ‘index.html’ to the stylesheet on GitHub.
It’s working when I open the Live Server on VSCode, but when I pushed it into the repository, it wasn’t.
This is how I linked it:
< link rel=“stylesheet” href=“/static/css/style.css” type=‘text’/>
I would really appreciate it if you check it out. I was excited about this one.
Wow! That was it, thank you so much!
I don’t know how much time I spent trying to figure it out. The problem of the css, images and fonts was because of the path I was using.