"SavingsCount"
Bootstrap 4.0.0 Snippet by hawaii

<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.0.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="savings-count-container span"> <div class="row text-center"> <div class="col-md-4"><i class="fa fa-usd"></i><span class="counter-num text-center">35,562,521</span><span class="counter-bottom_title text-center"><br>Sold since 2016</span></div> <div class="col-md-4"><i class="fa fa-usd"></i><span class="counter-num text-center">659,674</span><span class="counter-bottom_title text-center"><br>Our Sellers Saved</span></div> <div class="col-md-4"><i class="fa fa-usd"></i><span class="counter-num text-center">159,674</span><span class="counter-bottom_title text-center"><br>Our Buyers Received</span></div> </div> </div>
.counter-num { font-size: 250%; font-weight: bold; font-weight: 700; text-align:center; } .counter-bottom_title { font-size: 150%; color: green; font-weight: 400; text-align:center; }
jQuery(document).ready(function($) { $('.counter').counterUp({ delay: 10, time: 1000 }); });

Related: See More


Questions / Comments: