digital-theory/css/5-popover.css

62 lines
1.1 KiB
CSS
Raw Normal View History

2023-04-25 12:05:23 +02:00
/******** phone base *********/
2023-04-25 12:26:45 +02:00
.slider-screen .text{
position: relative;
2023-04-25 15:54:47 +02:00
left: 55vw;
2023-04-25 12:26:45 +02:00
top: -30%;
width: 400px;
text-align:left;
}
.slider-screen .text-title
{
margin-bottom:2rem;
}
.phone-container{
border-radius: 1rem;
width: 411px;
}
2023-04-25 12:05:23 +02:00
.phone-container .top{
height: 60px;
2023-04-25 12:26:45 +02:00
background: url('/img/phone_rectangle_top.jpg') no-repeat center;
border-top-right-radius: 1rem;
border-top-left-radius: 1rem;
2023-04-25 12:05:23 +02:00
}
.phone-container .bottom{
height: 60px;
2023-04-25 12:26:45 +02:00
background: url('/img/phone_rectangle_bottom.jpg') no-repeat center;
2023-04-25 12:05:23 +02:00
top: 655.5px;
position: relative;
2023-04-25 12:26:45 +02:00
border-bottom-right-radius: 1rem;
border-bottom-left-radius: 1rem;
2023-04-25 12:05:23 +02:00
}
.phone-container.transparent{
background: rgba(248, 243, 241, 0.1);
border-radius: 70px;
width: 350px;
height: 700px;
}
#popover {
background: url('/img/bg_pink.png') no-repeat;
background-position: center;
background-size: cover;
}
2023-04-25 15:54:47 +02:00
.slider-screen .phone-container {
2023-04-25 12:05:23 +02:00
height: 776px;
width: 411px;
background: url('/img/phone_cream.png') no-repeat;
background-position: center;
background-size: cover;
position: relative;
2023-04-25 15:54:47 +02:00
left: 20vw;
2023-04-25 12:05:23 +02:00
top: 20vh;
}
2023-04-25 12:26:45 +02:00