|
|
CSS text-indent
The CSS text-indent property is used for indenting the first line of text.
| Syntax: |
text-indent: <value>
|
| Possible Values: |
- <length>
- <percentage>
- inherit
|
| Initial Value: |
0
|
| Applies to: |
Block level elements
|
| Inherited: |
Yes
|
| Media: |
Visual
|
| Example: |
p { text-indent: 10% }
|
| Try it yourself! |
|
Enjoy this website?
- Add this page to your Favorites
- Link to this page (copy/paste into your own website or blog):
- Help support Quackit by making a donation
Oh, and thank you for supporting Quackit!
|
|