Bootstrap snippet and html example. Customer testimonial

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.
Tags: customer,testimonial,list,user,panel

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

                        
<div class="container bootstrap snippets bootdey">
<section id="testimonials" class="content-first">
        <div class="container bootstrap snippets bootdey">
            <h1 class="text-center">Testimonials</h1>
        	<p class="text-center">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce in turpis quam. Nulla quis eleifend lectus.</p> 
            <hr>
            <div class="row">
                <!-- TESTIMONIAL 1 - START -->
                <div class="col-sm-6">
                    <div class="media">
                        <a class="pull-left" href="#"><img class="media-object img-circle" src="https://bootdey.com/img/Content/avatar/avatar1.png" alt=""></a>
                        <div class="media-body">
                            <h4 class="media-heading">El Grone's</h4>
                            <span>Webdesigner</span>
                            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent sed volutpat est. Donec lobortis interdum volutpat. Maecenas bibendum dui quis pharetra tincidunt. Praesent posuere eu velit at scelerisque.</p>
                        </div>
                    </div>
                </div>
                <!-- TESTIMONIAL 1 - END -->
                
                <!-- TESTIMONIAL 2 - START -->
                <div class="col-sm-6">
                    <div class="media">
                        <a class="pull-left" href="#"><img class="media-object img-circle" src="https://bootdey.com/img/Content/avatar/avatar6.png" alt=""></a>
                        <div class="media-body">
                            <h4 class="media-heading">Egg form</h4>
                            <span>Webdesigner</span>
                            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent sed volutpat est. Donec lobortis interdum volutpat. Maecenas bibendum dui quis pharetra tincidunt. Praesent posuere eu velit at scelerisque.</p>
                        </div>
                    </div>
                </div>
            </div>
            
        </div>
    </section>
</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

body {
    background: #2E95EF;
    background-image: -moz-radial-gradient(center 45deg,circle cover, #9BD1FF, #2E95EF);
    background-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%,800, from(#9BD1FF), to(#2E95EF));
    padding-top: 15%;
}

.content-first {
    padding: 5px 0;
    color: #FFFFFF;
    border-top: 8px inset #333;
    border-top: 8px solid rgba(0,0,0,0.1);
    box-shadow: 0px 1px 0px rgba(255,255,255,0.2);
}

.media, .media-body {
    overflow: hidden;
    zoom: 1;
}

#testimonials .media a.pull-left img {
    max-width: 100px;
}

#testimonials .media .media-body {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 15px 20px;
    border-radius: 12px;
}

#testimonials .media .media-body h4 {
    margin: 0;
    font-weight: bold;
    font-size: 22px;
}

#testimonials .media .media-body span {
    margin: 5px 0 15px;
    display: block;
    font-weight: bold;
    font-style: italic;
    font-size: 14px;
    color: #333;
}

#testimonials .media .media-body p {
    margin: 0;
    padding: 5px 0 0;
    border-top: 1px dashed rgba(0, 0, 0, 0.2);
    text-align: left;
    line-height: 25px;
    font-size: 14px;
}                    

Similar snippets

Bootstrap example and template. summary social networks

summary social networks

Bootstrap example and template. simple user profile presentation social

simple user profile presentation social

Bootstrap example and template. Clean contact cards list

Clean contact cards list

Bootstrap example and template. New comments and popular post list

New comments and popular post list

Bootstrap example and template. white chat

white chat

Bootstrap example and template. Your Mail Sent Successfully

Your Mail Sent Successfully

Bootstrap example and template. owl carousel courses

owl carousel courses

Bootstrap example and template. bs4 edit profile page

bs4 edit profile page

Bootstrap example and template. Customer testimonial

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 8.5K 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