List Style Type
Utilities for controlling the bullet/number style of a list.
| Class | CSS Output |
|---|---|
list-disc |
|
list-decimal |
|
list-none |
|
list-disc
list-style-type: disc;
list-decimal
list-style-type: decimal;
list-none
list-style-type: none;
Reference
| list-style-type | MDN ↗ |
CSS Properties
list-style-type