Do you really know how exactly inheritance works in CSS ?
Initial
It sets the property back to where it was by default set by the CSS specifications in original ,not by browser specific stylesheets.
<div>
I am Div
<button>I am Button</button>
</div>
For e.g-> By default Div is an inline el...
xauravww.hashnode.dev3 min read