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
225 B
CSS

2 weeks ago
.map {
background: #85ccf9;
}
.wrapper {
position: relative;
}
#progress {
position: absolute;
bottom: 0;
left: 0;
height: 0;
box-shadow: 0px 0px 1px 2px rgb(255,204,0);
width: 0;
transition: width 250ms;
}