"Bootstrap 5 Testimonial"
Bootstrap 4.1.1 Snippet by superbwebdeveloper

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 ---------->
<section class="home-testimonial">
<div class="container-fluid">
<div class="row d-flex justify-content-center testimonial-pos">
<div class="col-md-12 pt-4 d-flex justify-content-center">
<h3>Testimonials</h3>
</div>
<div class="col-md-12 d-flex justify-content-center">
<h2>Explore the students experience</h2>
</div>
</div>
<section class="home-testimonial-bottom">
<div class="container testimonial-inner">
<div class="row d-flex justify-content-center">
<div class="col-md-4 style-3">
<div class="tour-item ">
<div class="tour-desc bg-white">
<div class="tour-text color-grey-3 text-center">“At this School, our mission is to balance a rigorous
comprehensive college preparatory curriculum with healthy social and emotional development.”</div>
<div class="d-flex justify-content-center pt-2 pb-2"><img class="tm-people"
src="https://via.placeholder.com/150" alt=""></div>
<div class="link-name d-flex justify-content-center">Balbir Kaur</div>
<div class="link-position d-flex justify-content-center">Student</div>
</div>
</div>
</div>
<div class="col-md-4 style-3">
<div class="tour-item ">
<div class="tour-desc bg-white">
<div class="tour-text color-grey-3 text-center">“At this School, our mission is to balance a rigorous
comprehensive college preparatory curriculum with healthy social and emotional development.”</div>
<div class="d-flex justify-content-center pt-2 pb-2"><img class="tm-people"
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
.home-testimonial {
background-color: #231834;
height: 380px;
}
.home-testimonial-bottom {
background-color: #f8f8f8;
transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
margin-top: 20px;
margin-bottom: 0px;
position: relative;
height: 130px;
top: 190px;
}
.home-testimonial h3 {
color: var(--orange);
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
}
.home-testimonial h2 {
color: white;
font-size: 28px;
font-weight: 700;
}
.testimonial-inner {
position: relative;
top: -174px;
}
.testimonial-pos {
position: relative;
top: 24px;
}
.testimonial-inner .tour-desc {
border-radius: 5px;
padding: 40px;
}
.color-grey-3 {
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: