HTML not loading CSS file

前端 未结 25 1360
执念已碎
执念已碎 2020-12-01 13:55

I am completely stumped as to why this doesn\'t work. It seems the HTML file can\'t load the CSS for some reason, even though both are in the same directory. Any idea what m

25条回答
  •  既然无缘
    2020-12-01 14:52

    Your css file should be defined as UTF-8. Put this in the first line of you css file.

    @charset "UTF-8";
    

提交回复
热议问题