I uploaded the whole files after creating it on my desktop to the repository and when I view it on my desktop the css is linked properly but after deploying it to github pages the css links are not working please help anyone . Here is my repository link
I think you haven’t linked th files properly. Here’s how you’re supposed to link them:
<link href="css.css" rel="stylesheet" type="text/css">
This line should be inside the <head> tag and below the <title> tag.
Make sure you replace css.css with the file name.