Back to History Section
History

Milestones Grid

#history

Live preview

Source code

html
<div class="container py-5">
  <h2 class="fw-bold text-center mb-5">Milestones</h2>
  <div class="row g-4">
    <div class="col-md-3">
      <div class="p-4 rounded-4 h-100 text-center" style="background:#eff6ff">
        <div class="fw-bold display-6 text-primary">2018</div>
        <p class="small mb-0">First commit pushed to GitHub</p>
      </div>
    </div>
    <div class="col-md-3">
      <div class="p-4 rounded-4 h-100 text-center" style="background:#f0fdf4">
        <div class="fw-bold display-6 text-success">2020</div>
        <p class="small mb-0">Reached 1,000 stars on GitHub</p>
      </div>
    </div>
    <div class="col-md-3">
      <div class="p-4 rounded-4 h-100 text-center" style="background:#fff7ed">
        <div class="fw-bold display-6 text-warning">2022</div>
        <p class="small mb-0">Featured on Product Hunt #1</p>
      </div>
    </div>
    <div class="col-md-3">
      <div class="p-4 rounded-4 h-100 text-center" style="background:#faf5ff">
        <div class="fw-bold display-6 text-purple">2025</div>
        <p class="small mb-0">100k+ downloads worldwide</p>
      </div>
    </div>
  </div>
</div>

More designs in this section