Get all CSS property values on any HTML Element

1 min read  •  21 Nov 2021
Views:

get-all-css


If you want to check the default or computed value of any CSS property, here's how you can do that.


Steps to get all CSS properties of a HTML Element

  1. Inspect that element
  2. Choose Computed tab (beside Styles tab)
  3. Choose Filter - Show all