CSS text-indent
Also see the full, alphabetical list of CSS properties
The CSS text-indent property is used for indenting the first line of text.
| Syntax: | text-indent: <value> |
| Possible Values: |
|
| Initial Value: | 0 |
| Applies to: | Block level elements |
| Inherited: | Yes |
| Media: | Visual |
| Example: |
p { text-indent: 10% }
|
| Try it yourself! |
|
