I've tried to upload my custom CSS file to apply to https://soundoffmusic.com/
I've got the raw CSS file with this file path
https://raw.githubusercontent.com/themomoravi/SoundOff-Website/master/styles.css
and I've tried using this as my href
since it points directly to the raw CSS file:
href="https://raw.githubusercontent.com/themomoravi/SoundOff-Website/master/styles.css">
Still it has not worked. I've also tried the abbreviated versions of this such as styles.css
, SoundOff-Website/styles.css
, etc. (as my href
).
I'm wondering why else github
pages might not be rendering my custom CSS.
Please advise and thanks so much in advance.