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