HTML code
Clean, semantic HTML that powers this Bootstrap 4.3.1 snippet. Copy and paste it into your page (with Bootstrap loaded) to reproduce the exact layout shown in the preview.
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
Scoped CSS that styles the component. Paste it after Bootstrap 4.3.1 to keep the design, spacing, and responsiveness consistent.
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;
}FAQ
How do I use this snippet?
Include Bootstrap 4.3.1, paste the HTML, add the CSS block, and include the JS (if any) to mirror the live preview.
Can I use it in commercial projects?
Yes. It’s free for personal and commercial work; check the snippets license for details.
Is it responsive?
Yes. It inherits the responsive grid and components from Bootstrap 4.3.1.

About this bootstrap example/template
This free Bootstrap 4.3.1 snippet, Our outstanding stats, was published on Sep 28th 2019, 02:28 by Sunlime Technologies.
Optimized for copy‑paste: clean HTML, scoped CSS, and minimal JS so you can ship production‑ready UI faster and keep designs consistent.
Mobile‑first and responsive by default. Tested across modern browsers to reduce polish time on your project.
Already trusted in 2.6K+ views. Reuse this snippet to speed up landing pages, dashboards, or onboarding flows.
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