Can I DevTools?
CSS
Edit
  1. Inspect an element > Navigate to the styles section (next to the DOM tree).
  2. Add new styles by directly entering the values like "bold", "italic" etc., and the devtools will automatically suggest the corresponding <property>: <value> pair for the given input.