Back to Statistics JS counters Section
Statistics

Inline Stats Row

#stats

Live preview

Source code

html
<div class="container py-5 bg-light rounded-4">
  <div class="row g-4 text-center">
    <div class="col-6 col-md-3">
      <h2 class="fw-bold text-primary mb-0" data-count="250">0</h2><small class="text-muted text-uppercase">Projects Done</small>
    </div>
    <div class="col-6 col-md-3">
      <h2 class="fw-bold text-primary mb-0" data-count="98">0</h2><small class="text-muted text-uppercase">Satisfaction %</small>
    </div>
    <div class="col-6 col-md-3">
      <h2 class="fw-bold text-primary mb-0" data-count="45">0</h2><small class="text-muted text-uppercase">Team Members</small>
    </div>
    <div class="col-6 col-md-3">
      <h2 class="fw-bold text-primary mb-0" data-count="12">0</h2><small class="text-muted text-uppercase">Awards</small>
    </div>
  </div>
</div>

More designs in this section