TEXT-INDENT Property In CSS
text-indent Property in CSS
text-indent property Declares the indentation of the first line of text.
Possible Value:
Lengths and percentages
Examplediv { text-indent:12px; }
div { text-indent:2%; }
text-indent property Declares the indentation of the first line of text.
Lengths and percentages
Examplediv { text-indent:12px; }
div { text-indent:2%; }