mirror of
https://github.com/Steffo99/festa.git
synced 2024-12-23 15:14:23 +00:00
16 lines
228 B
CSS
16 lines
228 B
CSS
|
.postcard {
|
||
|
width: 100vw;
|
||
|
height: 100vh;
|
||
|
|
||
|
background-attachment: fixed;
|
||
|
background-size: cover;
|
||
|
z-index: -1;
|
||
|
|
||
|
position: fixed;
|
||
|
top: 0;
|
||
|
left: 0;
|
||
|
|
||
|
user-select: none;
|
||
|
pointer-events: none;
|
||
|
}
|