Social Links Search User Login Menu
Tools
Close
Close

COUNTERS EXAMPLE 1

120

SATISFIED CLIENTS

200

FINISHED PROJECTS

1800

WORKING HOURS

130

PUBLISHED ARTICLES DAILY

View Code
<div class="row">
	<div class="col-md-3 text-center">
		<h3 class="eds_extraLargeText eds_counter" style="text-shadow: 0px 3px #858585;">120</h3>
		<p class="text-muted eds_largeText">SATISFIED CLIENTS</p>
	</div>
	<div class="col-md-3 text-center">
		<h3 class="eds_extraLargeText eds_counter" style="text-shadow: 0px 3px #858585;">200</h3>
		<p class="text-muted eds_largeText">FINISHED PROJECTS</p>
	</div>
	<div class="col-md-3 text-center">
		<h3 class="eds_extraLargeText eds_counter" style="text-shadow: 0px 3px #858585;">1800</h3>
		<p class="text-muted eds_largeText">WORKING HOURS</p>
	</div>
	<div class="col-md-3 text-center">
		<h3 class="eds_extraLargeText eds_counter" style="text-shadow: 0px 3px #858585;">130</h3>
		<p class="text-muted eds_largeText">PUBLISHED ARTICLES DAILY</p>
	</div>
</div>
Back To Top