Added background locally
This commit is contained in:
parent
dd3830c53f
commit
144edfb94b
BIN
res/bg.jpg
Normal file
BIN
res/bg.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 116 KiB |
@ -1,7 +1,7 @@
|
|||||||
/*Root*/
|
/*Root*/
|
||||||
:root {
|
:root {
|
||||||
background-color: rgb(110, 0, 0);
|
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-repeat: no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
|
Loading…
Reference in New Issue
Block a user