margin: 2em auto;
height: 85px;
width: 600px;
- background: lightGrey url(assets/progress_bar.png) top left repeat-x;
+ background: url(assets/progress_bar.png) top left repeat-x;
border: 1px solid #ccc;
border-bottom: 0;
position: relative;
.progress-bar-wrapper .progress-bar {
position: absolute;
height: 85px;
- background: grey url(assets/progress_bar.png) left -85px repeat-x;
+ background: url(assets/progress_bar.png) left -85px repeat-x;
z-index: 2;
/* animate progress bar */
-webkit-animation: progress-bar 1.5s;