How to load in an external CSS file dynamically?

后端 未结 8 1673
滥情空心
滥情空心 2020-12-14 22:32

I\'m trying to create a dynamic page using external .css pages where the page color will get changed. Below is my code. But when I click the href, I am not gett

8条回答
  •  悲哀的现实
    2020-12-14 22:46

    Try adding a style line in your html and just using @import in the css to get the new file

提交回复
热议问题