CSS – tab-size Property
The tab-size property specifies the width of a tab character.
The table-layout property defines the algorithm used to layout table cells, rows, and columns.
The text-align property specifies the horizontal alignment of text in an element (left, right, centered, or justified).
The text-align-last property specifies how to align the last line of a text.
The text-decoration property specifies the decoration added to text, and is a shorthand property for the other text-decoration properties.
The text-decoration-color property specifies the color of the text-decoration (underlines, overlines, line-throughs).
The text-decoration-line property sets the kind of text decoration to use (underline, overline, line-through).
The text-decoration-style property sets the style of the text decoration (solid, double, dashed, dotted, wavy).
The text-decoration-thickness property specifies the thickness of the decoration line.
The text-indent property specifies the indentation of the first line in a text-block. The first line will be outdented to the left if the value is negative.
The text-justify property specifies the justification method of text when the text-align property is set to “justify”.
The text-overflow property specifies how overflowed content should be displayed to the user (clipped, an ellipsis (…), or display a custom string).
The text-shadow property accepts a comma-separated list of shadows to be applied to the text.
The text-transform property controls how text is capitalized or not capitalized.
The top property defines the vertical position of a positioned element, but will have no affect on an item not positioned.
The transform property applies a 2D or 3D transformation to an element, allowing it to be rotated, scaled, moved, skewed, etc.
The transform-origin property allows you to change the position of transformed elements.
The transform-style property specifies how nested elements are rendered in 3D space, and must be used together with the transform property.
The transition property is a shorthand property for transition-property, transition-duration, transition-timing-function, and transition-delay.
The transition-delay property specifies when the transition effect will start, and is defined in seconds (s) or milliseconds (ms).