You are here : cssCSS 3text-indent

text-indent - CSS 3

The text-indent property specifies the indentation of the first line in a text-block.Note:  Negative values are allowed. The first line will be indented to the left if the value is negative.


Syntax

text-indent: length|initial|inherit;


Example

p
	{
	   
	text-indent: 50px;
	}


Output / Return Value


Limitations


Alternatives / See Also


Reference