Bootstrap snippet and html example. Team testimonials Ahmad

This html snippet was created to help web designers, web developers, front-end and back-end developer save time. Use it for free in your project and build your app faster, You can also download the HTML, CSS, and JS code.

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


<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


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. Choose a Plan Table

Choose a Plan Table

Bootstrap example and template. newsfeed friends list

newsfeed friends list

Bootstrap example and template. Social network message pages

Social network message pages

Bootstrap example and template. Blog image Gallery Widget

Blog image Gallery Widget

Bootstrap example and template. Your Mail Sent Successfully

Your Mail Sent Successfully

Bootstrap example and template. Gradients dashboard cards

Gradients dashboard cards

Bootstrap example and template. profile with data and skills

profile with data and skills

Bootstrap example and template. profile friends with search input

profile friends with search input

Bootstrap example and template. Team testimonials Ahmad

About this bootstrap example/template

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 912 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