CSS not working in stylesheet

前端 未结 7 1133
傲寒
傲寒 2020-12-11 16:52

I have a set of Styles that were first created inside the style attribute on a page.

I want to move it from being on the page itself into a stylesheet.

howe

7条回答
  •  北海茫月
    2020-12-11 17:20

    I had the same problem, but the cause was not some mistake in the code but the fact that the .css file was loaded with some delay after making the modifications in it. The server needed 5 - 10 minutes to update the changes.

提交回复
热议问题