Inheritance
Last updated
Was this helpful?
Last updated
Was this helpful?
๐ SitePoint โฉ CSS Inheritance: An Introduction
inheritance flows down the DOM tree.
use inherit
to make inheritance take precedence over the cascaded value.
use inherit
to force inheritance of a property not normally inherited, such as border or padding. See: border-box fix
Every CSS property has an initial (default) value. If you assign initial
to that property, then it resets to its default value.
remove a border: border: initial
restore default width: width: initial
property
default value
note
width
auto
display
inline