19 lines
298 B
CSS
19 lines
298 B
CSS
|
.myPopup {
|
||
|
width: 1020px;
|
||
|
height: 600px;
|
||
|
position: relative;
|
||
|
width: 50%;
|
||
|
height: 50%;
|
||
|
transform: (50%-300px, 50%-510px);
|
||
|
}
|
||
|
.ui-popup.ui-body-inherit {
|
||
|
margin: auto;
|
||
|
margin-top:120px;
|
||
|
}
|
||
|
h1 {
|
||
|
text-align: center;
|
||
|
line-height: 80px;
|
||
|
}
|
||
|
p {
|
||
|
text-indent: 2em;
|
||
|
}
|