How to inspect CSS element using chrome?

后端 未结 2 817
自闭症患者
自闭症患者 2020-12-17 02:09

I am trying to figure out how to inspect an element using Chrome. Now I know how to inspect an element, but how do I inspect a button\'s functions, like hover and <

2条回答
  •  生来不讨喜
    2020-12-17 02:25

    Just right click anywhere on a page and choose "Inspect element" from the menu. Chrome has a graphical tool for debugging (like in Firebug), so you can debug JavaScript or look at CSS (you can even temporarily change the CSS while you're there too)

    For more information, see https://developers.google.com/chrome-developer-tools/

提交回复
热议问题