Backend changes

This commit is contained in:
santic-zombie
2020-04-01 00:41:14 +03:00
parent 2c8ac3901c
commit 129eb040f1
9 changed files with 94 additions and 114 deletions

View File

@@ -1,8 +1,8 @@
body {
background-color: rgb(62, 50, 64);
background-image: url("/pic/bg.png");
background-image: url("/pic/bg.jpg");
background-repeat: no-repeat;
background-position: top center;
background-position: center center;
background-size: cover;
}
@@ -14,9 +14,9 @@ body {
left: 0;
display: flex;
align-items: center;
align-content: center;
justify-content: center;
overflow: auto;
align-content: center;
justify-content: center;
overflow: auto;
}
#song{