CA Resources
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:

  1. list-style-type
  2. list-style-position
  3. list-style-image

See w3schools for example.

On this page

No Headings
Edit on GitHub