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

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

This problem is making me feel like an absolute noob.

Here is the head of my .html file:




        
19条回答
  •  Happy的楠姐
    2020-12-09 02:37

    1. Are you sure the stylesheet is loaded? You can see it using the "Net" tab of Firebug on firefox, or on "Network" tab of the Console of your browser.

    2. (If 1 works) can you have a simple sample style and see whether this is getting applied (and visible in the console)?

提交回复
热议问题