"Minimal bootstrap testimonial slider"
Bootstrap 4.1.1 Snippet by bootstraplily.com

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<script src="https://use.fontawesome.com/f59bcd8580.js"></script>
<div class="container">
<div class="row">
<div class="col-12">
<section class="pt-5 pb-5">
<div class="container">
<h2 class="text-center">What other say for us</h2>
<hr class="midline">
<h5 class="text-center mb-5">Our team created best opportunities for your business.</h5>
<div class="card col-md-12 mt-2">
<div id="carouselExampleControls" class="carousel slide" data-ride="carousel" data-interval="100000">
<div class="w-100 carousel-inner mb-5" role="listbox">
<div class="carousel-item active">
<div class="bg"></div>
<div class="row">
<div class="col-md-6">
<div class="carousel-caption">
<div class="row">
<div class="col-sm-3 col-4 align-items-start">
<img src="https://bootstraplily.com/demo/testimonial-slider/2.jpg" alt="" class="rounded-circle img-fluid">
</div>
<div class="col-sm-9 col-8">
<h2>Micheal Smith - <span>Web Developer</span></h2>
<small>Well incremented. Comes with recommended workout. I'm using it to help with bladder leakage issues that I've been experiencing since a recent vasectomy.</small>
<small class="smallest mute">- willi</small>
</div>
</div>
</div>
</div>
<div class="col-md-6">
<div class="carousel-caption">
<div class="row">
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
.card {
margin: 0 auto;
border: none;
}
.card .carousel-item {
min-height: 190px;
}
.card .carousel-caption {
padding: 0;
right: 15px;
left: 15px;
top: 15px;
color: #3d3d3d;
border: 1px solid #ebebeb;
min-height:175px;
padding: 15px;
}
.carousel-control-prev-icon i, .carousel-control-next-icon i{
margin-top:8px;
display:inline-block;
}
.card .carousel-caption .col-sm-3 {
display: flex;
align-items: center;
}
.card .carousel-caption .col-sm-9 {
text-align: left;
}
.card .carousel-control-prev, .card .carousel-control-next {
color: #3d3d3d !important;
opacity: 1 !important;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
background-image: none;
color: #fff;
font-size: 14px;
background-color: #cd3a54;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: