Skip to content Skip to sidebar Skip to footer

Nginx Not Loading External Css File

I created a test html page, inline javascript and css is working fine. But when an external css sheet is referenced, it doesn't seem to load. /var/www/ME/test.html

Solution 1:

change the css file to

.test {
            color:red;
    }

you should indicate the color name in the css without surrounding doubles quotes "".

Post a Comment for "Nginx Not Loading External Css File"