Can I DevTools?
CSS
Edit
  1. Right click on the element and select "Inspect" (This will open the Elements panel in the devtools with selected element highlighted in the DOM tree).
  2. The CSS applied to the element is visible in the "Styles" tab, adjacent to the DOM tree.