CSS property: list-style-position
The list-style-position property specifies where list item marker is position relative to the list block.
Property values
Parameter |
Description |
|---|---|
inside |
This value specifies that both the list item marker and list item text are indented. Wrapped text is aligned with the left edge of the list item marker. |
outside |
This value specifies that the list item marker is not indented, but rather is offset to the left of the text. Wrapped text aligns with the left edge of the text in the first line, resulting in a hanging indent. |
inherit |
This value specifies that the element inherits the list-style-position property value from the containing element. |
Parent topic: CSS Properties