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

34 lines
478 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-27 15:57:38 +02:00
top: 88vh;
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);
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-27 16:43:02 +02:00
/*height: 72vh;*/
2023-04-25 12:05:23 +02:00
}
2023-04-25 14:59:51 +02:00
#open .text {
2023-04-25 12:05:23 +02:00
color: #fff;
margin-bottom: 400px;
}
2023-04-26 16:56:57 +02:00
#open img{
max-width: 90vw;
}
2023-04-27 16:43:02 +02:00
#open-handle{
float:left;
height: 20vh;
}