CSS morsel for today: understanding CSS initial values using the unset keyword
From its description in the MDN docs, the unset CSS keyword is described as a way to reset a CSS property to its inherited value if the property naturally inherits from its parent, and to its initial value if not.
To understand what this means, say, ...