Bootstrap snippet and html example. Our outstanding stats

Bootstrap 4.3.1 snippet "Our outstanding stats" with HTML, CSS, and JS. Copy, paste, and customize this responsive UI component for your project.
Tags: Cards,Bootstrap 4.3,Stats,Services,Happy clients,Projects completed

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.

<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.

/**********************
/***** 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;
}

Similar snippets

Bootstrap example and template. bs4 Responsive Dashboard Menu Cards

bs4 Responsive Dashboard Menu Cards

Bootstrap example and template. card with followers

card with followers

Bootstrap example and template. bs4 agent cards

bs4 agent cards

Bootstrap example and template. profile cards with social links

profile cards with social links

Bootstrap example and template. Admin Panel Quick Shortcuts

Admin Panel Quick Shortcuts

Bootstrap example and template. responsive video with description

responsive video with description

Bootstrap example and template. Responsive UI Card

Responsive UI Card

Bootstrap example and template. service icons

service icons

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.

Bootstrap example and template. Our outstanding stats

About this bootstrap example/template

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.8K+ 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