Added background locally

This commit is contained in:
Alex D. 2018-05-10 22:24:47 +02:00
parent dd3830c53f
commit 144edfb94b
2 changed files with 1 additions and 1 deletions

BIN
res/bg.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 116 KiB

View File

@ -1,7 +1,7 @@
/*Root*/
:root {
background-color: rgb(110, 0, 0);
background-image: url('https://s14.postimg.cc/6ge0ofcrl/image.jpg');
background-image: url('bg.jpg');
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;