

Discover more from Can I DevTools?
Get weekly tips & tricks for your favorite browser devtools, created by @pankajparashar.
Continue reading
Chrome, Edge, Opera
Inspect an element > Navigate to the styles section (next to the DOM tree).
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.