Inheritance

Some value are inherited by the children of an element in the document. Each property defines whether it is inherited or not.

The “inherit” value : Each property may also have a specified value of “inherit”, which means that, for a given element, the property takes the same value as the property for the lement's parent. The inherited value, which is normally only used as a fallback value, vcan be strengthened by stting “inherit” expicitly.