Back to Reviews
Reviews

Gradient Quote Card

Bold gradient testimonial with large quote mark.

#reviews#bootstrap

Live preview

Source code

html
<div class="container py-5">
  <div class="row justify-content-center">
    <div class="col-lg-8">
      <div class="card border-0 shadow-lg text-white" style="background:linear-gradient(135deg,#6366f1,#8b5cf6);">
        <div class="card-body p-5">
          <div style="font-size:4rem;line-height:1" class="opacity-50">“</div>
          <p class="fs-4 fw-light">This product completely changed how our team works. Simple, powerful, delightful — everything you want.</p>
          <div class="d-flex align-items-center gap-3 mt-4"><img src="https://i.pravatar.cc/70?img=15" class="rounded-circle border border-3 border-white" width="60" alt="CEO Priya">
            <div>
              <h5 class="mb-0">Priya Sharma</h5><small class="opacity-75">CEO, Nimbus Studio</small>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
</div>

More designs in this section