"Progress bars Responsive"
Bootstrap 3.2.0 Snippet by fl0yd

<link href="//netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <div class="container"> <div class="row"><br> <div class="col-md-5"> <div class="progress"> <div class="bar-warn-tick progress-bar-warning" style="left: 75%"></div><div class="bar-crit-tick progress-bar-danger" style="left: 85%"></div> <div class="progress-bar progress-bar-success" style="width: 46%;">46%</div> </div> </div> </div> </div> </div>
.bar-warn-tick, .bar-crit-tick{ position:absolute; margin-top:-3px; z-index:1; height:27px; width:5px; }

Related: See More


Questions / Comments: