digital-theory/css/1-cover.css

64 lines
1.0 KiB
CSS
Raw Normal View History

2023-04-24 18:47:52 +02:00
#hand {
2023-04-27 17:04:28 +02:00
background: url("/img/hand 1.png") center;
2023-04-24 18:47:52 +02:00
background-size: cover;
height: 1300px;
left: 1px;
2023-04-27 17:04:28 +02:00
position: relative;
2023-04-24 18:47:52 +02:00
top: -2px;
2023-04-27 17:04:28 +02:00
width: 100vw;
2023-04-25 11:50:53 +02:00
z-index: 0
}
2023-04-27 17:04:28 +02:00
#main_title_container {
2023-04-25 11:50:53 +02:00
backdrop-filter: blur(3px);
2023-04-27 17:04:28 +02:00
position: absolute;
top: 0;
z-index: 2;
2023-04-24 18:47:52 +02:00
}
2023-04-27 17:04:28 +02:00
2023-04-24 18:47:52 +02:00
#cover {
2023-04-27 17:04:28 +02:00
background: url("/img/BG 1.png") center no-repeat;
2023-04-24 18:47:52 +02:00
background-size: cover;
}
2023-04-25 11:50:53 +02:00
#cover
2023-04-27 17:04:28 +02:00
.title-container {
text-align: center;
2023-04-25 11:50:53 +02:00
}
2023-04-27 17:04:28 +02:00
2023-04-24 18:47:52 +02:00
#cover h2 {
2023-04-27 17:04:28 +02:00
color: #fffdfc;
font-size: 40px;
2023-04-24 18:47:52 +02:00
font-style: normal;
font-weight: 600;
letter-spacing: -0.04em;
2023-04-27 17:04:28 +02:00
line-height: 120%;
2023-04-24 18:47:52 +02:00
2023-04-25 11:50:53 +02:00
position: relative;
2023-04-27 17:04:28 +02:00
text-align: center;
z-index: 2;
2023-04-24 18:47:52 +02:00
}
#cover .button {
2023-04-27 17:04:28 +02:00
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%;
2023-04-24 18:47:52 +02:00
bottom: 0;
2023-04-27 17:04:28 +02:00
box-sizing: border-box;
2023-04-24 18:47:52 +02:00
color: white;
2023-04-27 17:04:28 +02:00
font-size: 18px;
2023-04-24 18:47:52 +02:00
font-style: normal;
font-weight: 400;
2023-04-27 17:04:28 +02:00
height: 150px;
2023-04-24 18:47:52 +02:00
line-height: 26px;
2023-04-27 17:04:28 +02:00
padding: 1rem;
position: relative;
right: 0;
top: 16vh;
width: 150px;
2023-04-24 18:47:52 +02:00
}