Find definition of CSS class in external stylesheet

后端 未结 1 1391
温柔的废话
温柔的废话 2021-01-01 11:15

I\'m using Chrome\'s Development Tools to inspect an element from a web page. Suppose it shows something like:

相关标签:
1条回答
  • 2021-01-01 11:38

    If you're using the Chrome inspector (right click page, inspect element), highlight the line and look to the right. It should show the CSS class and any rules that are used, and a link to the CSS file.

    enter image description here

    0 讨论(0)
提交回复
热议问题