Skip to content

My CSS not being applied in pages #23671

Discussion options

You must be logged in to vote

Hi there.  👋

As @kingthorin mentioned, files and paths are case-sensitive in GitHub pages.

Meaning, to get your CSS to work you need to change your <link> to.

<link rel="stylesheet" type="text/css" href="STYLES/STYLE.CSS">

Or another way is to lowercase the directory name and file name.

Hope that helps. 👍

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants