ListsCSS Properties
List Style
Use the list-style shorthand property to define all list styles in a single declaration.
The list-style property is a shorthand property. It is use to set all the list properties in one declaration.
When using the shorthand property, the order of the property values are:
- list-style-type
- list-style-position
- list-style-image
See w3schools for example.