11 lines
128 B
CSS
11 lines
128 B
CSS
.list-none {
|
|
list-style-type: none;
|
|
}
|
|
|
|
.list-disc {
|
|
list-style-type: disc;
|
|
}
|
|
|
|
.list-decimal {
|
|
list-style-type: decimal;
|
|
}
|