51 lines
895 B
CSS
51 lines
895 B
CSS
|
|
||
|
/******** phone base *********/
|
||
|
|
||
|
.phone-container .top{
|
||
|
height: 60px;
|
||
|
background: url('/img/phone_rectangle_top.jpg');
|
||
|
}
|
||
|
|
||
|
.phone-container .bottom{
|
||
|
height: 60px;
|
||
|
background: url('/img/phone_rectangle_bottom.jpg');
|
||
|
top: 655.5px;
|
||
|
position: relative;
|
||
|
}
|
||
|
|
||
|
.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;
|
||
|
}
|
||
|
|
||
|
#popover .phone-container {
|
||
|
height: 776px;
|
||
|
width: 411px;
|
||
|
background: url('/img/phone_cream.png') no-repeat;
|
||
|
background-position: center;
|
||
|
background-size: cover;
|
||
|
position: relative;
|
||
|
left: 33%;
|
||
|
top: 20vh;
|
||
|
}
|
||
|
#popover .text{
|
||
|
position: relative;
|
||
|
left: 52%;
|
||
|
top: 20vh;
|
||
|
width: 400px;
|
||
|
}
|
||
|
#popover p{
|
||
|
position: relative;
|
||
|
left: 52%;
|
||
|
top: 20vh;
|
||
|
width: 400px;
|
||
|
}
|