Complete list of reasons why a css file might not be working

后端 未结 19 2372
醉酒成梦
醉酒成梦 2020-12-09 02:20

This problem is making me feel like an absolute noob.

Here is the head of my .html file:




        
19条回答
  •  长情又很酷
    2020-12-09 02:47

    If your URL is working and loads the file correctly, and you've said that adding the correct

    code doesn't fix it, then the only other problem is that's it's an error in the actual .css file. And to advise you on that, we'd need to see the file.

    What you can do though is write one basic

    tag into your HTML, add in a basic CSS rule into your existing file, then see if you can influence this tag with your new CSS rule.

提交回复
热议问题