List
Set different list item markers for ordered lists and unordered lists
Usage
Add list-* class to an <ul> or <ol> tag.
<ul class="list-style-square">
// Your content
</ul>
<ol class="list-style-upper-alpha">
// Your content
</ol>
Classes
| Class | Value |
|---|---|
list-style-none | |
list-style-armenian | |
list-style-circle | |
list-style-decimal | |
list-style-decimal-leading-zero | |
list-style-disc | |
list-style-georgian | |
list-style-inside | |
list-style-lower-alpha | |
list-style-lower-latin | |
list-style-lower-roman | |
list-style-lower-greek | |
list-style-outside | |
list-style-square | |
list-style-upper-alpha | |
list-style-upper-latin | |
list-style-upper-roman |