Can I DevTools?
CSS
Edit
  1. Right click on the element and select "Inspect Element" (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 panel, adjacent to the DOM tree.