importing CSS into a HTML does not work

后端 未结 3 1192
小鲜肉
小鲜肉 2021-01-29 13:55

I am trying to @import CSS file into an HTML but it does not work. I did try linking path, It is not working either.




        
3条回答
  •  长情又很酷
    2021-01-29 14:32

    If your CSS file is in the same directory use this:

    
    

    If this HTML file is at the root use:

    
    

    Use https://www.w3schools.com/Tags/tag_link.asp for more information on linking to external style sheets

提交回复
热议问题