change background from png to webp for performance/size
This commit is contained in:
BIN
assets/background.webp
Normal file
BIN
assets/background.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 322 KiB |
@@ -36,7 +36,7 @@ body {
|
|||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
background-image: url('background.png');
|
background-image: url('background.webp');
|
||||||
background-size: 100%;
|
background-size: 100%;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-repeat: repeat;
|
background-repeat: repeat;
|
||||||
|
|||||||
Reference in New Issue
Block a user