Image progress bar bottom to top

by jmjpro

HTML

<div class="powerup" id="flip-flop"></div>

CSS

.powerup {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    width: 35px;
    height: 25px;
    background-image:...