Initial commit

This commit is contained in:
2019-08-02 13:47:16 +03:00
commit a7b1233a0c
10 changed files with 2768 additions and 0 deletions

11
static/style.css Normal file
View File

@@ -0,0 +1,11 @@
body {
background-color: rgb(235, 213, 205);
}
.content-block {
display: flex;
}
.content-block-inner {
margin: auto;
}