Back to Reviews
Reviews

Dark Testimonial Slider

Bootstrap carousel of reviews on a dark background.

#reviews#bootstrap

Live preview

Source code

html
<div class="container-fluid py-5 text-white" style="background:#0f172a">
  <div class="container">
    <h2 class="text-center fw-bold mb-4">Trusted worldwide</h2>
    <div id="rvwCar" class="carousel slide" data-bs-ride="carousel">
      <div class="carousel-inner text-center">
        <div class="carousel-item active px-lg-5">
          <div class="text-warning fs-3 mb-2">★★★★★</div>
          <p class="fs-5 mx-auto" style="max-width:640px">"An indispensable tool for our design workflow. It just works."</p>
          <div class="mt-3"><img src="https://i.pravatar.cc/60?img=8" class="rounded-circle mb-2" width="56" alt="Reviewer">
            <div><strong>Emma Wilson</strong><br><small class="opacity-75">Design Lead, Northwind</small></div>
          </div>
        </div>
        <div class="carousel-item px-lg-5">
          <div class="text-warning fs-3 mb-2">★★★★★</div>
          <p class="fs-5 mx-auto" style="max-width:640px">"Support answered in 8 minutes. Product speaks for itself."</p>
          <div class="mt-3"><img src="https://i.pravatar.cc/60?img=17" class="rounded-circle mb-2" width="56" alt="Reviewer">
            <div><strong>Jamal Reed</strong><br><small class="opacity-75">Founder, Riverline</small></div>
          </div>
        </div>
      </div><button class="carousel-control-prev" type="button" data-bs-target="#rvwCar" data-bs-slide="prev"><span class="carousel-control-prev-icon"></span></button><button class="carousel-control-next" type="button" data-bs-target="#rvwCar" data-bs-slide="next"><span class="carousel-control-next-icon"></span></button>
    </div>
  </div>
</div>

More designs in this section