blob: 3b8f64b75ce5a79e5603fe4043c11a1746868769 (
plain)
1
2
3
4
5
6
7
8
9
10
|
.background {
position: fixed;
top: 0;
background-image: url("/assets/image/background.avif");
background-size: cover;
height: 100vh;
z-index: -1;
width: -moz-available;
width: -webkit-fill-available;
}
|