CSS for Styling Lists
Styling lists with CSS
| Property | Description | Values |
|---|---|---|
| list-style | A shorthand property for setting all of the properties for a list in one declaration | list-style-type list-style-position list-style-image |
| list-style-image | Sets an image as the list-item marker | none url |
| list-style-position | Sets where the list-item marker is placed in the list | inside outside |
| list-style-type | Sets the type of the list-item marker | none disc circle square decimal decimal-leading-zero lower-roman upper-roman lower-alpha upper-alpha lower-greek lower-latin upper-latin hebrew armenian georgian cjk-ideographic hiragana katakana hiragana-iroha katakana-iroha |
| marker-offset | auto length |
