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

后端 未结 2 1001
慢半拍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 01:55

    What the normalized CSS is on jsfiddle is a CSS Reset

    To add it on your site, copy in paste the following code: CSS Reset

提交回复
热议问题