Bootstrap snippet and html example. Clients testimonial with small photo

Bootstrap 3.2.0 snippet "Clients testimonial with small photo" with HTML, CSS, and JS. Copy, paste, and customize this responsive UI component for your project.
Tags: testimonial,list,clients

HTML code

Clean, semantic HTML that powers this Bootstrap 3.2.0 snippet. Copy and paste it into your page (with Bootstrap loaded) to reproduce the exact layout shown in the preview.

<div class="container bootstrap snippets bootdey">
    <div class="row">
        <h2 class="text-center text-primary">What our clients said about us?</h2>
        <hr>
      <div class="col-md-10 col-md-offset-1">
      <div class="row testimonials">
        <div class="col-sm-4">
          <blockquote>
            <p class="clients-words">Hi there, We just bought bootdey is a nice gallery of free bootstrap snippets bootdey</p>
            <span class="clients-name text-primary">— Amanda corey</span>
            <img class="img-circle img-thumbnail" src="https://bootdey.com/img/Content/avatar/avatar1.png">
          </blockquote>
        </div>
        <div class="col-sm-4">
          <blockquote>
            <p class="clients-words">Awesome Bootstrap snippets! Check it out! </p>
            <span class="clients-name text-primary">— Factory nn (@facnnteam)</span>
            <img class="img-circle img-thumbnail" src="https://bootdey.com/img/Content/avatar/avatar2.png">
          </blockquote>
        </div>
        <div class="col-sm-4">
          <blockquote>
            <p  class="clients-words">Bootdey looks amazing, i copy paste my snippets for other users very easy, bootdey looks simple</p>
            <span class="clients-name text-primary">— Big daniel mont</span>
            <img class="img-circle img-thumbnail" src="https://bootdey.com/img/Content/avatar/avatar3.png">
          </blockquote>
        </div>
      </div><!--/.row-->
    </div><!--/.col-->  
  </div><!--/.row-->
</div>

CSS code

Scoped CSS that styles the component. Paste it after Bootstrap 3.2.0 to keep the design, spacing, and responsiveness consistent.

body{
background:#ddd;
}
.testimonials blockquote {
  position: relative;
  background: white;
  min-height: 150px;
  margin-top: 20px;
  margin-bottom: 100px;
  border: 1px solid #ecedf1;
}
.testimonials blockquote:before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  border-top: 10px solid #ecedf1;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.testimonials blockquote:after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -9px;
  border-top: 9px solid white;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
}

.testimonials blockquote img {
  height: 50px;
  width: 50px;
  position: absolute;
  border: 1px solid #ecedf1;
  background: white;
  bottom: -65px;
  left: 50%;
  margin-left: -25px;
}

blockquote p.clients-words {
    font-size: 14px;
}
span.clients-name {
  font-size: 14px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

Similar snippets

Bootstrap example and template. bs4 account tickets

bs4 account tickets

Bootstrap example and template. Project Team

Project Team

Bootstrap example and template. Clients

Clients

Bootstrap example and template. bs4 todo list

bs4 todo list

Bootstrap example and template. bs4 team list

bs4 team list

Bootstrap example and template. file managaer page

file managaer page

Bootstrap example and template. profile edit data and skills

profile edit data and skills

Bootstrap example and template. bs5 dark footer

bs5 dark footer

FAQ

How do I use this snippet?

Include Bootstrap 3.2.0, paste the HTML, add the CSS block, and include the JS (if any) to mirror the live preview.

Can I use it in commercial projects?

Yes. It’s free for personal and commercial work; check the snippets license for details.

Is it responsive?

Yes. It inherits the responsive grid and components from Bootstrap 3.2.0.

Bootstrap example and template. Clients testimonial with small photo

About this bootstrap example/template

Optimized for copy‑paste: clean HTML, scoped CSS, and minimal JS so you can ship production‑ready UI faster and keep designs consistent.

Mobile‑first and responsive by default. Tested across modern browsers to reduce polish time on your project.

Already trusted in 21.8K+ views. Reuse this snippet to speed up landing pages, dashboards, or onboarding flows.

Bootstrap 3.2.0

<link rel='stylesheet' href='https://netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css'>

<script src='https://netdna.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js'></script>

This code example is based on bootstrap 3.2.0 and the grid system of this framework

Responsive

Based on bootstrap framework makes all the layouts perfectly responsive for all devices

Crossbrowser compatibility

Tested on all major browsers, it works smoothly on all of them

semantic html 5

Built on html / css3 the code quality is really amazing

Simple Integration

This code example can be simply integrated on existing sites and new ones too, all you need to do is copy the code and start working