This commit is contained in:
santic-zombie
2020-03-26 01:20:45 +03:00
parent 45a329dec8
commit 945d98bbc3
2 changed files with 5 additions and 2 deletions

View File

@@ -1,5 +1,8 @@
body { body {
background-color: rgb(143, 188, 143); background-color: rgb(62, 50, 64);
background-image: url("/pic/bg.png");
background-repeat: no-repeat;
background-position: top center;
} }
#song{ #song{
@@ -7,7 +10,7 @@ body {
height: 300px; height: 300px;
margin: auto; margin: auto;
justify-content : center; justify-content : center;
background-color: rgba(0, 0, 0, 0.75); background-color: rgba(0, 0, 0, 0.55);
border-radius: 10px; border-radius: 10px;
color: #fff; color: #fff;
} }

BIN
pic/bg.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 333 KiB