mirror of
https://github.com/He4eT/oddsquat.git
synced 2026-05-05 04:47:25 +00:00
release: 2026-03-30-233129
This commit is contained in:
parent
6dfc7ce473
commit
43c2e25c78
75 changed files with 6395 additions and 0 deletions
24
docs/css/index.css
Normal file
24
docs/css/index.css
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
ul {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
li {
|
||||
font-size: 2rem;
|
||||
margin-left: 6%;
|
||||
}
|
||||
|
||||
li::before {
|
||||
content: '/ ';
|
||||
white-space: pre;
|
||||
}
|
||||
|
||||
li:first-child {
|
||||
font-size: 1.5rem;
|
||||
margin-left: 0;
|
||||
margin-bottom: 10%;
|
||||
}
|
||||
|
||||
li:first-child::before {
|
||||
content: '';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue