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.3.2 included, to get the result that you can see in the preview selection
Download
<div class="container testimonials">
<div class="row">
<div class="col-md-4 testimonial">
<div class="row">
<div class="avatar col-md-5">
<a href="#">
<img class="img-circle" src="https://bootdey.com/img/Content/user_3.jpg" alt="Taylor Otwell">
</a>
</div>
<div class="testimonial-main col-md-7">
<h4 class="media-heading"><a href="#m">Owenl Ollyt</a></h4>
<p class="testimony-body">bootstrap rules!</p>
</div>
</div>
</div>
<div class="col-md-4 testimonial">
<div class="row">
<div class="avatar col-md-5">
<a href="#">
<img class="img-circle" src="https://bootdey.com/img/Content/user_2.jpg" alt="Taylor Otwell">
</a>
</div>
<div class="testimonial-main col-md-7">
<h4 class="media-heading"><a href="#">Darla Marty</a></h4>
<p class="testimony-body">Bootdey rules!</p>
</div>
</div>
</div>
<div class="col-md-4 testimonial">
<div class="row">
<div class="avatar col-md-5">
<a href="#">
<img class="img-circle" src="https://bootdey.com/img/Content/user_1.jpg" alt="Taylor Otwell">
</a>
</div>
<div class="testimonial-main col-md-7">
<h4 class="media-heading"><a href="#">Maryou Mcjouin</a></h4>
<p class="testimony-body">Ok man!</p>
</div>
</div>
</div>
</div>
</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.3.2 included, to get the result that you can see in the preview selection
Download
body{
background: #F9F9F9;
}
.testimonials {
margin-top: 40px;
}
.testimonial {
margin-bottom: 3em;
background: #fff;
padding: 2em;
border-right: 30px solid #F9F9F9;
min-height: 169px;
}
.testimonial:before {
content: "";
position: absolute;
z-index: -1;
-ms-transform: skew(-3deg,-2deg);
-webkit-transform: skew(-3deg,-2deg);
-o-transform: skew(-3deg,-2deg);
-moz-transform: skew(-3deg,-2deg);
bottom: 14px;
box-shadow: 0 16px 5px rgba(0,0,0,.04);
max-width: 90%;
width: 90%;
height: 50px;
left: 1px;
}
.avatar .img-circle {
background: #fff;
padding: 3px;
border: 1px solid #c5c5c5;
}
.avatar img {
max-width: 100%;
}
.img-circle {
border-radius: 50%;
}
.testimonial h4, .testimonial h4 a {
font-weight: 700;
}
.testimonial h4 {
margin-bottom: 8px;
}
.testimonial .testimony-body {
font-size: .9em;
}
About this bootstrap example/template
This example/template, Team testimonials, was published on Feb 20th 2015, 12:30 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 14.3K views, Using this bootstrap snippet you have the following benefits:
Bootstrap 3.3.2
<link rel='stylesheet' href='https://netdna.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css'>
<script src='https://netdna.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js'></script>
This code example is based on bootstrap 3.3.2 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