HTML code
This is the html code used to create this bootstrap snippet, You can copy and paste the following html code inside a page with bootstrap 4.3.1 included, to get the result that you can see in the preview selection
Download<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<div class="container">
<section id="our-stats">
<div class="row mb-5">
<div class="col text-center">
<h2 class="text-green h1 text-center">Outstanding Stats</h2>
<p class="text-uppercase font-italic font-weight-light">counter to count up to a target number</p>
</div>
</div>
<div class="row text-center">
<div class="col">
<a href="https://www.fiverr.com/sunlimetech/fix-your-bootstrap-html-and-css3-issues" target="_blank">
<div class="counter">
<i class="fa fa-code fa-2x text-green"></i>
<h2 class="timer count-title count-number" data-to="100" data-speed="1500">100</h2>
<p class="count-text ">Our Customer</p>
</div>
</a>
</div>
<div class="col">
<a href="https://www.fiverr.com/sunlimetech/fix-your-bootstrap-html-and-css3-issues" target="_blank">
<div class="counter">
<i class="fa fa-coffee fa-2x text-green"></i>
<h2 class="timer count-title count-number" data-to="1700" data-speed="1500">1,700</h2>
<p class="count-text ">Happy Clients</p>
</div>
</a>
</div>
<div class="col">
<a href="https://www.fiverr.com/sunlimetech/fix-your-bootstrap-html-and-css3-issues" target="_blank">
<div class="counter">
<i class="fa fa-lightbulb-o fa-2x text-green"></i>
<h2 class="timer count-title count-number" data-to="11900" data-speed="1500">11,900</h2>
<p class="count-text ">Project Complete</p>
</div>
</a>
</div>
<div class="col">
<a href="https://www.fiverr.com/sunlimetech/fix-your-bootstrap-html-and-css3-issues" target="_blank">
<div class="counter">
<i class="fa fa-bug fa-2x text-green"></i>
<h2 class="timer count-title count-number" data-to="157" data-speed="1500">157</h2>
<p class="count-text ">Coffee With Clients</p>
</div>
</a>
</div>
</div>
</section>
</div>
CSS code
This is the css code used to create this bootstrap snippet, You can copy and paste the following css code inside a page with bootstrap 4.3.1 included, to get the result that you can see in the preview selection
Download/**********************
/***** Services *******
/*********************/
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
#our-stats{
padding: 60px 0;
}
#our-stats .h1{
color: #007b5e!important;
}
#our-stats a{
color: #000!important;
text-decoration:none;
}
#our-stats i{
color: #007b5e!important;
}
#our-stats .counter {
background-color: #f5f5f5;
padding: 35px 0;
border-radius: 5px;
}
#our-stats .counter i,
#our-stats .counter .count-title{
margin-bottom: 15px;
}
#our-stats .counter p{
font-style:italic;
margin-bottom:0;
}
About this bootstrap example/template
This example/template, Our outstanding stats, was published on Sep 28th 2019, 02:28 by Sunlime Technologies and it is free.
We hope you will enjoy this awesome snippet and stay tuned for the latest updates, bootdey snippets are already used in thousands of blogs, websites and projects. We believe it will save your precious time and gives trendy look to your next web project.
We always try to offer the best beautiful and responsive source of Bootstrap code examples and components.
This code example currectly have 1.8K views, Using this bootstrap snippet you have the following benefits:
Bootstrap 4.3.1
<link rel='stylesheet' href='https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css'>
<script src='https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js'></script>
This code example is based on bootstrap 4.3.1 and the grid system of this framework
Responsive
Based on bootstrap framework makes all the layouts perfectly responsive for all devices
Crossbrowser compatibility
Tested on all major browsers, it works smoothly on all of them
semantic html 5
Built on html / css3 the code quality is really amazing
Simple Integration
This code example can be simply integrated on existing sites and new ones too, all you need to do is copy the code and start working