CSS Text-indent Property
Reference on the css text-indent property.
CSS text-indent sets the indention of text. Only the first line will be indented.
Possible Values
Read Units of Measurement to understand the values.
p {
text-indent: 1em;
}Inherited? YES!