How can I grab all css styles of an element?

前端 未结 7 446
[愿得一人]
[愿得一人] 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:12

    Use something like FireBug or Chrome's developer tools to inspect the DOM and see what styles are applied to the element in question.

提交回复
热议问题