CSS property: text-indent
Property values
Value |
Description |
|---|---|
length |
This value specifies the indentation as an absolute value. The value can be an integer with the unit of measurement. For example, “10pt” or “6px”. Negative values are permitted. Possible units include pt, px, in, cm, pc, em, or ex. |
percentage |
This value specifies the indentation as a percentage of the width of the containing element. Negative values are permitted. |
inherit |
This value specifies that the element inherits the text-indent property value from the containing element. |
Parent topic: CSS Properties