digital-theory/css/3-open-sesame.css
2023-04-25 14:59:51 +02:00

26 lines
397 B
CSS

#open {
box-sizing: border-box;
position: relative;
top: 223vh;
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);
height: 100vh;
padding-top: 310px;
padding-bottom: 310px;
color: rgba(248, 243, 241, 0.1);
}
#open .text {
color: #fff;
margin-bottom: 400px;
}