My problem is that my website that I\'m attempting to host with Github pages will not read the CSS that I have linked to it.
My HTML looks like this:
You need to link your HTML to the github page rendered style.css and not the file itself in the repo.
style.css
Change this:
To this:
And move that stylesheet reference inside your tag.