With CSS, it's possible to automatically indent the first line of each paragraph by using the text-indent property.
| Property | Value | Description |
| text-indent: | <length> | Indent first line of a paragraph by <length> |
| text-indent: | <percentage> | Indent by a percentage of the containing block |