[81de4e]: / style.css

Download this file

15 lines (15 with data), 296 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
div.busy {
position:absolute;
top: 45%;
left: 47.5%;
margin-top: -150px;
margin-left: -50px;
display:none;
background: rgba(255, 255, 255, 0);
text-align: center;
padding-top: 220px;
padding-left: 10px;
padding-bottom: 260px;
padding-right: 30px;
border-radius: 25px;
}