You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
242 B
Plaintext

.progressbar{
border:1px solid #D3D3D3;
border-radius:5px;
overflow:hidden;
}
.progressbar-text{
text-align:center;
color:#3F3F3F;
position:absolute;
}
.progressbar-value{
background-color:#eee;
border-radius:5px 0 0 5px;
width:0;
}