mirror of
https://github.com/Steffo99/festa.git
synced 2024-12-22 22:54:22 +00:00
21 lines
No EOL
318 B
CSS
21 lines
No EOL
318 B
CSS
.postcard {
|
|
width: 100vw;
|
|
height: 100vh;
|
|
|
|
background-attachment: fixed;
|
|
background-size: cover;
|
|
background-position: 50% 50%;
|
|
z-index: -1;
|
|
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
|
|
user-select: none;
|
|
pointer-events: none;
|
|
}
|
|
|
|
.postcard-visible {
|
|
z-index: 1;
|
|
filter: none;
|
|
} |