Make background image AVIF
This commit is contained in:
parent
6af81658b3
commit
fc3d7da700
2 changed files with 1 additions and 1 deletions
BIN
img/bg_avif.avif
Normal file
BIN
img/bg_avif.avif
Normal file
Binary file not shown.
|
@ -37,7 +37,7 @@ div.main {
|
||||||
border-radius: 30px;
|
border-radius: 30px;
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
background-image: url("/img/bg.jpg");
|
background-image: url("/img/bg_avif.avif"); /* If need be, I'll figure out a way to change this for devices that don't support AVIF */
|
||||||
}
|
}
|
||||||
input {
|
input {
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
|
|
Loading…
Reference in a new issue