mirror of
https://github.com/jiojciojsioe3/a3cjroijsiojiorj.git
synced 2024-11-15 15:31:51 +08:00
31 lines
438 B
CSS
31 lines
438 B
CSS
#loader{
|
|
width:90%;
|
|
height:10%;
|
|
border:1px solid black;
|
|
position: fixed;
|
|
top:50%;
|
|
left:5%;
|
|
background: rgba(0,0,0,0.65);
|
|
}
|
|
|
|
#loader .progress{
|
|
width:0%;
|
|
height: 100%;
|
|
background: #b52a2a;
|
|
opacity: 0.90;
|
|
}
|
|
|
|
#loader .percentage{
|
|
position:absolute;
|
|
top:0;
|
|
right:0;
|
|
bottom:0;
|
|
left:0;
|
|
display:flex;
|
|
justify-content:center;
|
|
align-items:center;
|
|
text-align:center;
|
|
font-family: sans-serif;
|
|
font-size: 5vmin;
|
|
color: white;
|
|
} |