Playit
CSS Property:
text-indent:

Result:

This example demonstrates different text-indents. Try changing the text-indent by clicking on one of the line-height properties on the left, and see the result in this DIV element.

CSS Code:
div {
    text-indent:10px;
}
Click the property values above to see the result
W3Schools.com - Play it