Skip to content

Css not reflecting on my html webpage #22681

Discussion options

You must be logged in to vote

Hello @bariya001, welcome to the GitHub Support Community!

The issue appears to be the capitalization of your CSS folder. In the HTML page, you’re referencing css/styles.css, however, the CSS folder is named Css in your repository, with a capital C. File and Folder names are case-sensitive, so renaming the folder or changing the href value for your <link> element so that they match each other’s case should resolve the problem.

You can also enable this same functionality on windows, so that you can catch things like this before hand. Please see @tajmone’s post for more info on that:

<a href="https://github.community/t/css-not-being-applied/127320/3">CSS Not being applied</a> <a class="ba…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

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