"Funfact Counter"
Bootstrap 3.3.0 Snippet by usrec

<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.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 ----------> <!-- Add this css in head tag --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.0/css/font-awesome.min.css"> <!-- Here is the section --> <section id="counter" class="counter"> <div class="main_counter_area"> <div class="overlay p-y-3"> <div class="container"> <div class="row"> <div class="main_counter_content text-center white-text wow fadeInUp"> <div class="col-md-4"> <div class="single_counter p-y-2 m-t-1"> <h2 class="statistic-counter">35,657,500</h2> <p>Love Our Team</p> </div> </div> <div class="col-md-4"> <div class="single_counter p-y-2 m-t-1"> <h2 class="statistic-counter">400</h2> <p>Check Our</p> </div> </div> <div class="col-md-4"> <div class="single_counter p-y-2 m-t-1"> <h2 class="statistic-counter">312</h2> <p>repeat client</p> </div> </div> </div> </div> </div> </div> </div> </section><!-- End of counter Section --> <!-- Add this script before </body> --> <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.1/jquery.waypoints.min.js"></script> <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/Counter-Up/1.0.0/jquery.counterup.min.js"></script>
body{ font-size:22px; font-weight: 500; } .p-y-2 { padding-top: 1px; padding-bottom: 1px; } .p-y-3 { padding-top: 1px; padding-bottom: 1px; } .m-b-1 { margin-bottom: 1px; } .m-t-1 { margin-top: 1px; } /*========================================================== counter section style ============================================================*/ .main_counter_area .main_counter_content .single_counter{ color: #000; } .main_counter_area .main_counter_content .single_counter i{ font-size:44px; }
// Counter jQuery('.statistic-counter').counterUp({ delay: 10, time: 3000 });

Related: See More


Questions / Comments: