Statistic
Great flexibility with the usage of SVG and responsive design, the stats blocks are advanced features to present the stats of your business.
Numbers #1
7k+
Covered support questions
1.2k+
Reusable UI components
<!-- Stats Section -->
<div class="container space-2">
<div class="row justify-content-md-center">
<div class="col-6 col-md-5 col-lg-4">
<!-- Stats -->
<div class="text-center">
<span class="display-4 d-block text-dark mb-2">7k+</span>
<p class="lead">Covered support questions</p>
</div>
<!-- End Stats -->
</div>
<div class="col-6 col-md-5 col-lg-4">
<!-- Stats -->
<div class="text-center">
<span class="display-4 d-block text-dark mb-2">1.2k+</span>
<p class="lead">Reusable UI components</p>
</div>
<!-- End Stats -->
</div>
</div>
</div>
<!-- End Stats Section -->