1, inheritance
Generally, most box model properties are not inherited. such as: padding, margin, border, background can not inherit.
Inherited values, no specificity at all. (that is, the lowest priority)
2, indent
Text-indent: The space before the attribute paragraph. Apply to block-level elements
3, Horizontal alignment: Text-align Text-align:center This property controls only the position of the content in the element, and the label <center> not only controls the content position, but also controls the entire element position.
4, Vertical alignment: Line-height, can be applied to all elements, can inherit. Vertical-align: Applied to inline elements and table cells, not inheritable.
Note : superscript and subscript vertical-align:sub, subscript. Vertical-align:supper, superscript.
5, Text conversion: Text-transform:uppercase | lowercase | capitical | none | Inherit
CSS authoritative Guide to learning notes