digital-theory/css/3-open-sesame.css
2023-04-27 16:43:02 +02:00

34 lines
478 B
CSS

#open {
box-sizing: border-box;
position: relative;
top: 88vh;
font-style: normal;
font-weight: 600;
font-size: 200px;
line-height: 90%;
text-align: center;
letter-spacing: -0.04em;
color: rgba(248, 243, 241, 0.1);
padding-top: 310px;
padding-bottom: 310px;
color: rgba(248, 243, 241, 0.1);
/*height: 72vh;*/
}
#open .text {
color: #fff;
margin-bottom: 400px;
}
#open img{
max-width: 90vw;
}
#open-handle{
float:left;
height: 20vh;
}