I have successfully connected my CSS folder, which includes the styles.css
file, to my index.html
using the following code:
<link rel="stylesheet" href="css/styles.css">
Even though it works fine when I test it locally, the CSS does not seem to be linked when I upload it to Github pages.
You can find my site by visiting this link, and my repository by clicking on this link.