digital-theory/css/1-cover.css

64 lines
1.0 KiB
CSS

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