back

Text-Indent

This is used to set the indentation of the first line of text in an element.
If set as a negative value the first line will be indent the opposite way, which may cause the first few words to disappear into the side of the page.

Its options are:
(1) Percentage, this sets the indent as a percentage of its parent element.
(2) Length, this sets the indent as a fixed value, for example in px.
(3) Inherit, the value will be inherited from its parent element.

Example