You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
466 B
CSS

body{
min-height: 100vh;
max-width: 100vw;
background-color: black;
}
.big {
position: relative;
top: 0;
left: 0;
}
.flyer {
position: relative;
top: 0;
left: 0;
margin-left: 35%;
margin-top:15%;
}
.flyer img{
max-width: 50vw;
border: 1pt solid white;
}
.gif{
position: absolute;
top: -25%;
left: 10%;
}
.gif img{
border: 1pt solid white;
max-width: 35vw;
}