Thursday, February 1, 2018

Bootstrap has striped candy cane barber's pole progress bars!

An example at the bottom of this is:

<div class="progress">
   <div class="progress-bar progress-bar-striped bg-danger" role="progressbar"
         style="width: 100%" aria-valuenow="100" aria-valuemin="0" aria-valuemax="100">
   </div>
</div>

No comments:

Post a Comment