Use to specify, from where the first line of a paragraph or text starts. Negative value can be used.

<html>
<head>
<style type="text/css">
#p-txt{
    text-indent: 50px;
}
</style>
</head>
<body>
<p id="p-txt">
Hello world
</p>
</body>
</html>