CSS Property: text-indent
Indentation at the start of the first line in a block of text.

text-indent, word-spacing, letter-spacing, and text-align.Possible Values
| Value | Note | Example |
|---|---|---|
| [length] | 1em | |
| [percentage] | Calculated as a percentage of the box’s width. | 10% |
inherit | ||
initial | ||
unset | ||
Example
p { text-indent: 2em; }
