Вроде готово
This commit is contained in:
commit
87d26112d5
13 changed files with 187 additions and 0 deletions
23
static/index.css
Normal file
23
static/index.css
Normal file
|
@ -0,0 +1,23 @@
|
|||
body {
|
||||
margin: 2rem;
|
||||
padding: 2rem;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
text-align: center;
|
||||
background-color: #4a607e;
|
||||
color: #FFF;
|
||||
|
||||
}
|
||||
|
||||
a {
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
.multitag {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
gap: 0.3rem;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue