Bootstrap snippet and html example. Team testimonials

Bootstrap 3.3.2 snippet "Team testimonials" with HTML, CSS, and JS. Copy, paste, and customize this responsive UI component for your project.
Tags: team,testimonial,users,list,table

HTML code

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


                        
<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

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


                        
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;
}                    

Similar snippets

Bootstrap example and template. blog content page

blog content page

Bootstrap example and template. contacts card

contacts card

Bootstrap example and template. Combine Pricing table elegance

Combine Pricing table elegance

Bootstrap example and template. Meet our heroes

Meet our heroes

Bootstrap example and template. bs5 dark footer

bs5 dark footer

Bootstrap example and template. social media resumen profile

social media resumen profile

Bootstrap example and template. Refresh Widget

Refresh Widget

Bootstrap example and template. Profile overview and edit

Profile overview and edit

FAQ

How do I use this snippet?

Include Bootstrap 3.3.2, 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.3.2.

Bootstrap example and template. Team testimonials

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 15.8K+ views. Reuse this snippet to speed up landing pages, dashboards, or onboarding flows.

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