Normalized CSS, option in JSFiddle, how to add it to document

后端 未结 2 1000
慢半拍i
慢半拍i 2021-01-03 01:47

We have had an applet built for us in JSFiddle. It only works though when one ticks the box that says normalized CSS. How do we activate that on our website. I

2条回答
  •  感情败类
    2021-01-03 02:10

    http://doc.jsfiddle.net/basic/introduction.html?highlight=normalized#choose-framework

    Next is the Normalized CSS checkbox, selected by default. If selected, the fiddle will be rendered with normalize.css which is removing most of the browser styling of many HTML tags.

    You'd want to include the following file in your template/pages.

    http://jsfiddle.net/css/normalize.css
    

    I'd recommend copying it and referencing a local copy rather than referencing it on their server though, that's bad form :)

提交回复
热议问题