digital-theory/css/1-cover.css
2023-04-25 12:05:23 +02:00

61 lines
1.0 KiB
CSS

#hand {
background: url('/img/hand 1.png') center;
background-size: cover;
position: relative;
width: 100vw;
height: 1300px;
left: 1px;
top: -2px;
z-index: 0
}
#main_title_container{
position:absolute;
z-index: 2;
top: 0;
backdrop-filter: blur(3px);
}
#cover {
background: url('/img/BG 1.png') center no-repeat;
background-size: cover;
}
#cover
.title-container{
text-align:center;
}
#cover h2 {
font-style: normal;
font-weight: 600;
font-size: 40px;
line-height: 120%;
text-align: center;
letter-spacing: -0.04em;
color: #FFFDFC;
z-index: 2;
position: relative;
}
#cover .button {
box-sizing: border-box;
position: relative;
right: 0;
top: 33vh;
bottom: 0;
width: 150px;
height: 150px;
padding: 1rem;
color: white;
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 26px;
background: linear-gradient(329.49deg, rgba(255, 216, 244, 0) 34.06%, rgba(255, 207, 242, 0.2) 77.26%);
backdrop-filter: blur(3px);
border-radius: 100%;
}