crying-björk

main
Cara Manuela Mayer Yepez 1 year ago
parent 728cf48477
commit fdcbb0e2e3

@ -54,7 +54,5 @@ Are you ready to play? </p>
<div> <img src="websitebackdrop.jpeg" alt="poster" id="poster" <div> <img src="websitebackdrop.jpeg" alt="poster" id="poster"
max-width: 80vw;
margin: 10vw 0;
/> </div> /> </div>
</body> </body>

@ -14,13 +14,22 @@ body
} }
img{ img{
max-width: 80vw; max-width: 80vw;
margin: 10vw 0; margin: 10vw 0;
z-index: -3;
} }
::selection{ ::selection{
background-color: #000; background-color: #000;
color: #ccc; color: #ccc;
} }
#poster{
max-width: 80vw;
margin: 10vw 0;
opacity: 80%;
z-index: 2;
box-shadow: 0px -2px 2px rgba(34,34,34,0.6);
}
html, body { html, body {
margin: 0; margin: 0;
padding: 0; padding: 0;
@ -38,7 +47,7 @@ top: 0px;
left: 0px; left: 0px;
width: 100vw; width: 100vw;
height: 100vh; height: 100vh;
z-index: -2; z-index: 100;
} }
.fogwrapper { .fogwrapper {
height: 100%; height: 100%;

Loading…
Cancel
Save