wonderfulfrog.com/src/includes/css/utilities/list.css
2025-03-16 11:55:36 -07:00

11 lines
128 B
CSS

.list-none {
list-style-type: none;
}
.list-disc {
list-style-type: disc;
}
.list-decimal {
list-style-type: decimal;
}