digital-theory/css/3-open-sesame.css

26 lines
397 B
CSS
Raw Normal View History

2023-04-25 12:05:23 +02:00
#open {
box-sizing: border-box;
2023-04-25 14:59:51 +02:00
position: relative;
2023-04-25 12:05:23 +02:00
2023-04-25 14:59:51 +02:00
top: 223vh;
2023-04-25 12:05:23 +02:00
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);
2023-04-25 14:59:51 +02:00
height: 100vh;
2023-04-25 12:05:23 +02:00
padding-top: 310px;
padding-bottom: 310px;
2023-04-25 14:59:51 +02:00
2023-04-25 12:05:23 +02:00
color: rgba(248, 243, 241, 0.1);
}
2023-04-25 14:59:51 +02:00
#open .text {
2023-04-25 12:05:23 +02:00
color: #fff;
margin-bottom: 400px;
}