Вроде готово

This commit is contained in:
Kira Edges 2025-05-16 10:43:19 +04:00
commit 87d26112d5
Signed by: edges
SSH key fingerprint: SHA256:RT4iUXBlbU5TGAtoYgAX7B0MQ9VaDbhv3/lTdrVrQEA
13 changed files with 187 additions and 0 deletions

23
static/index.css Normal file
View 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;
}