Back to Statistics JS counters Section
Statistics

Dark Hero Stats

#stats

Live preview

Source code

html
<div class="container py-5 rounded-4 text-white" style="background:radial-gradient(circle at top left,#1e40af,#0f172a)">
  <div class="text-center mb-4">
    <h2 class="fw-bold">Numbers that matter</h2>
    <p class="text-white-50">Real impact, real growth.</p>
  </div>
  <div class="row g-4 text-center">
    <div class="col-md-4">
      <h1 class="display-3 fw-bold" data-count="1000000">0</h1>
      <p class="text-white-50">API calls / month</p>
    </div>
    <div class="col-md-4">
      <h1 class="display-3 fw-bold" data-count="99">0</h1>
      <p class="text-white-50">% Uptime SLA</p>
    </div>
    <div class="col-md-4">
      <h1 class="display-3 fw-bold" data-count="24">0</h1>
      <p class="text-white-50">/7 Support</p>
    </div>
  </div>
</div>

More designs in this section