How can I grab all css styles of an element?

前端 未结 7 449
[愿得一人]
[愿得一人] 2021-02-01 13:44

If I like an element of a site, and I want to implement it into my site, what is the easiest way to do it? Sometimes there is a lot of CSS files, that is hard to follow all of t

7条回答
  •  深忆病人
    2021-02-01 14:23

    IE8: click F12 --> click "Select element by click" (the white arrow, left most in the icons menu) --> Go back to the web page, click the element you like --> Go back to the Developer Tools page of IE and you'll see the whole style listed to the right.

    Others already answered for other browsers. :)

提交回复
热议问题