Initial commit, added all of services and short about info

This commit is contained in:
Kira Edges 2025-05-11 19:54:18 +04:00
commit 4229291ca4
Signed by: edges
SSH key fingerprint: SHA256:RT4iUXBlbU5TGAtoYgAX7B0MQ9VaDbhv3/lTdrVrQEA
12 changed files with 263 additions and 0 deletions

11
css/about.css Normal file
View file

@ -0,0 +1,11 @@
body {
margin: 2rem;
/* height: 100vh; */
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
text-align: center;
padding: 2rem;
gap: 1rem;
}