feat: add footer
This commit is contained in:
parent
28da427b27
commit
f339227c3d
6 changed files with 71 additions and 3 deletions
11
src/assets/css/utils/list.css
Normal file
11
src/assets/css/utils/list.css
Normal file
|
@ -0,0 +1,11 @@
|
|||
.list-none {
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
.list-disc {
|
||||
list-style-type: disc;
|
||||
}
|
||||
|
||||
.list-decimal {
|
||||
list-style-type: decimal;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue