1
Fork 0
mirror of https://github.com/Steffo99/festa.git synced 2024-10-16 15:07:27 +00:00
festa/styles/components/postcard.css

21 lines
318 B
CSS
Raw Normal View History

2022-06-04 03:13:19 +00:00
.postcard {
width: 100vw;
height: 100vh;
background-attachment: fixed;
background-size: cover;
2022-06-07 11:41:26 +00:00
background-position: 50% 50%;
2022-06-04 03:13:19 +00:00
z-index: -1;
position: fixed;
top: 0;
left: 0;
user-select: none;
pointer-events: none;
}
.postcard-visible {
z-index: 1;
filter: none;
}