The initial CSS keyword applies the initial value of a property to an element. It is allowed on every CSS property and causes the element for which it is specified to use the initial value of the property.
Examples
1
/* give headers a green border */
2
h2{ border: mediumsolidgreen}
3
/* but make those in the sidebar use the value of the "color" property */