CSS is not working in Github.io #143525
-
Select Topic AreaQuestion Bodyhttps://jasminehuelgas.github.io/ Here's the website that I created using Github pages. The website is working perfectly fine on my local machine. However, when I uploaded it to Github, it is not working in github.io. Can anyone help me fix this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
I’ve been trying to access the issue page you mentioned, but I’m not seeing any CSS issues on my end. Every page seems to be loading correctly with styles applied. Could you please provide more specific details about the issue, such as:
This information will help me better understand and troubleshoot the problem. |
Beta Was this translation helpful? Give feedback.
-
Hi @jasminehuelgas , I've checked your portoflio and the issue is within your body{
background: url("../img/back.JPG");
...
} GitHub pages is case sensitive, change it to Result: |
Beta Was this translation helpful? Give feedback.
Hi, thank you for your help! I fixed the issue now, it seems that my website is now working fine.