mirror of
https://github.com/jiojciojsioe3/a3cjroijsiojiorj.git
synced 2024-11-15 15:31:51 +08:00
31 lines
386 B
CSS
31 lines
386 B
CSS
|
#load-song{
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
margin:0;
|
||
|
padding: 0%;
|
||
|
}
|
||
|
|
||
|
#loading-song{
|
||
|
width:20%;
|
||
|
height:30%;
|
||
|
position: absolute;
|
||
|
top:35%;
|
||
|
left:40%;
|
||
|
background: rgba(0,0,0,0.75);
|
||
|
border-radius: 5px;
|
||
|
border:3px solid white;
|
||
|
}
|
||
|
|
||
|
#loading-don{
|
||
|
position: relative;
|
||
|
width:50%;
|
||
|
height:65%;
|
||
|
top: 12%;
|
||
|
left: 30%;
|
||
|
}
|
||
|
|
||
|
#loading-song p{
|
||
|
position: absolute;
|
||
|
left:28%;
|
||
|
font-size: 3vmin;
|
||
|
}
|