This commit is contained in:
Maciej Caderek
2022-01-20 01:18:00 +01:00
parent c4691e7881
commit 4bbdba4443
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 MiB

BIN
src/background.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 413 KiB

View File

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