HTML code
This is the html code used to create this bootstrap snippet, You can copy and paste the following html code inside a page with bootstrap 3.2.0 included, to get the result that you can see in the preview selection
Download<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
This is the css code used to create this bootstrap snippet, You can copy and paste the following css code inside a page with bootstrap 3.2.0 included, to get the result that you can see in the preview selection
Downloadbody{
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;
}
About this bootstrap example/template
This example/template, Clients testimonial with small photo, was published on Jul 10th 2014, 18:37 by Bootdey Admin and it is free.
We hope you will enjoy this awesome snippet and stay tuned for the latest updates, bootdey snippets are already used in thousands of blogs, websites and projects. We believe it will save your precious time and gives trendy look to your next web project.
We always try to offer the best beautiful and responsive source of Bootstrap code examples and components.
This code example currectly have 20.8K views, Using this bootstrap snippet you have the following benefits:
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