Атрибут text-indent
text-indent Attribute
{ text-indent: <length> |
<percentage>}
The property specifies indent that appears before the first formatted line.
'text-indent' may be negative. An indent is not inserted in the middle of an
element that was broken by another (such as 'BR' in HTML).
This attribute is inherited.
Settings
Example
P { text-indent: 3em }