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

30 lines
415 B
CSS
Raw Permalink Normal View History

2023-04-25 12:05:23 +02:00
#open {
box-sizing: border-box;
2023-04-27 17:04:28 +02:00
color: rgba(248, 243, 241, 0.1);
font-size: 200px;
2023-04-25 12:05:23 +02:00
font-style: normal;
font-weight: 600;
2023-04-27 17:04:28 +02:00
height: 50vh;
2023-04-25 12:05:23 +02:00
letter-spacing: -0.04em;
2023-04-27 17:04:28 +02:00
line-height: 90%;
2023-04-25 12:05:23 +02:00
padding-top: 310px;
2023-04-27 17:04:28 +02:00
position: relative;
text-align: center;
top: 88vh;
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
2023-04-27 17:04:28 +02:00
#open img {
2023-04-26 16:56:57 +02:00
max-width: 90vw;
}
2023-04-27 17:04:28 +02:00
#open-handle {
float: left;
2023-04-27 16:43:02 +02:00
height: 20vh;
}