digital-theory/css/1-cover.css

62 lines
1.0 KiB
CSS
Raw Normal View History

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