This commit is contained in:
Maciej Caderek
2022-01-20 01:18:48 +01:00
parent 4bbdba4443
commit 918a5dff4f

View File

@@ -2,6 +2,7 @@ body {
background-color: #111; background-color: #111;
background-image: url(background.png); background-image: url(background.png);
background-attachment: fixed; background-attachment: fixed;
background-size: cover;
text-align: center; text-align: center;
padding-top: 50px; padding-top: 50px;
} }