Convert background from jpg to webp
This commit is contained in:
parent
8c192ec456
commit
dc2f1aed3e
2 changed files with 1 additions and 1 deletions
BIN
img/bg.webp
Normal file
BIN
img/bg.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 160 KiB |
|
@ -37,7 +37,7 @@ div.main {
|
|||
border-radius: 30px;
|
||||
}
|
||||
body {
|
||||
background-image: url("/img/bg.jpg");
|
||||
background-image: url("/img/bg.webp");
|
||||
}
|
||||
input {
|
||||
-webkit-appearance: none;
|
||||
|
|
Loading…
Reference in a new issue