improved backgroudn image

This commit is contained in:
Niklas 2020-04-22 16:04:04 +02:00
parent e73bde6cc1
commit 2ab567d3ae

View File

@ -1,6 +1,7 @@
body { body {
background-image: url("./../assets/bg.png"); background-image: url("./../assets/bg.png");
background-size: cover; /* This still need some work*/
background-position: center center;
user-select: none; user-select: none;