#text-indent
default
text-indent:
0;
The text is not indented.
text-indent:
40px;
You can use numeric values like pixels, (r)em, percentages...
Notice how only the first line is indented.
text-indent:
-2em;
You can also use negative values.
default
text-indent:
0;
The text is not indented.
text-indent:
40px;
You can use numeric values like pixels, (r)em, percentages...
Notice how only the first line is indented.
text-indent:
-2em;
You can also use negative values.