digital-theory/css/welcome.css

66 lines
928 B
CSS
Raw Normal View History

2023-04-24 18:47:52 +02:00
/************ section 2 ************/
.phones-land{
z-index:-1;
position: static;
}
#phone-watches-1 {
width: 345px;
height: 690px;
left: 137px;
top: 1531px;
}
#phone-watches-2 {
width: 88px;
height: 176px;
left: 651px;
top: 1470px;
filter: blur(2px);
}
#phone-watches-3 {
width: 171px;
height: 342px;
left: 916px;
top: 1475px;
filter: blur(4px);
}
#phone-watches-4 {
width: 275px;
height: 550px;
left: 1222px;
top: 1523px;
filter: blur(6px);
}
#welcome img {
position: absolute;
}
#welcome h2 {
font-weight: 600;
font-size: 100px;
line-height: 90px;
text-align: center;
letter-spacing: -0.04em;
color: #F9F3F1;
z-index: 2;
position: relative;
width: 1060px;
margin-top:400px;
}
#welcome .color-emphasis,
#content .color-emphasis {
color: #1E33DA;
}
#welcome .phone-container {
background: url('/img/section2_phone.png');
background-size: cover;
}