Is it possible to debug CSS?

后端 未结 9 868
野趣味
野趣味 2021-01-01 01:44

I am a CSS newbie. Is there a tool that can help debug CSS styles applied to a web page.

How does one generally debug CSS and resolve issues when some elements on t

9条回答
  •  感情败类
    2021-01-01 02:12

    You can use the Firebug plugin for Firefox. It is very useful for CSS. You can dynamically switch on and off styles and fields from styles. It is great.

提交回复
热议问题