digital-theory/css/3-open-sesame.css
2023-04-25 12:26:45 +02:00

29 lines
579 B
CSS

#open {
box-sizing: border-box;
position: absolute;
width: 1177px;
left: calc(50% - 1177px / 2 - 0.5px);
top: 100px;
font-family: 'GT Walsheim Pro';
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);
backdrop-filter: blur(7.5px);
height: 180px;
padding-top: 310px;
padding-bottom: 310px;
background: url('/img/unlock.png') bottom center no-repeat;
color: rgba(248, 243, 241, 0.1);
}
#open .text{
color: #fff;
margin-bottom: 400px;
}