feat: add footer

This commit is contained in:
Devin Haska 2024-02-06 12:22:15 -08:00
parent 28da427b27
commit f339227c3d
6 changed files with 71 additions and 3 deletions

View file

@ -0,0 +1,11 @@
.list-none {
list-style-type: none;
}
.list-disc {
list-style-type: disc;
}
.list-decimal {
list-style-type: decimal;
}