Custom list appearance

list

Customize the appearance of ordered and unordered list items.

  • list-style
  • list-style-type
  • list-style-position
  • list-style-image

list-style

All-in-one list-style spec

A shorthand property for list-style-type, list-style-position, list-style-image.
css, style, list, list-style

list-style-type

The bullet's appearance

This property specifies the appearance of bullets used with lists.
css, style, list, list-style-type

list-style-position

Hanging or not

This property specifies whether the bullets of an unordered list are indented or hanging.
css, style, list, list-style-position

list-style-image

Custom bullets

This property provides a way to use custom bitmap images for bulleted lists.
css, style, list, list-style-image
0

style > list Custom list appearance

🔗 🔎