"Our Clients say"
Bootstrap 4.0.0 Snippet by tieusuquay79

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.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/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="pt-5 circle-1">
<div class="ourworks-box container pb-5 pt-5">
<h1 class="our-works-head">Our Clients say</h1>
<p>Check out what clients say about my services. Happy clients all over the world. Share your experience with me by submitting your reviews</p>
</div>
<div class="container pb-5 position-relative">
<div id="demo" class="carousel slide position-relative" data-ride="carousel">
<!-- Indicators -->
<ul class="carousel-indicators">
<li data-target="#demo" data-slide-to="0" class=""></li>
<li data-target="#demo" data-slide-to="1" class="active"></li>
<li data-target="#demo" data-slide-to="2" class=""></li>
</ul>
<!-- The slideshow -->
<div class="carousel-inner">
<div class="carousel-item active carousel-item-left">
<div class="d-flex">
<div class="col-lg-4 col-sm-12 col-12 d-flex flex-column ">
<a href="#" class="introduce pb-3">
<div class="flex-column-1 ">
<p class="pr-2 pl-3 pt-4">What a Service!!!!!Antony is one of the top Classy designer in the world.Exceeded expectation and designed my website to my requirments.Will be usingfor ongoing work.</p>
</div>
<div class="flex-column-2 d-flex">
<div class="pic p1"></div>
<div class="information flex-column pl-3 pt-2">
<p>David Beckham</p>
<p class="text-gray">Managing Director</p>
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
.ourworks-box{
width: 60%;
justify-content: center;
text-align: center;
}
.our-works-head{
font-size: 30px;
font-weight: 400;
color: black;
}
.introduce{
height: 250px;
background-color:white;
box-shadow: 0 3px 10px #5969f642;
border-bottom: 4px solid #5969f6;
color: black;
}
.introduce:hover{
box-shadow: 0 3px 15px #5969f666;
border-bottom: 4px solid #B122e5;
color: black;
text-decoration: none;
}
.flex-column-1{
height: 70%;
width: 100%;
}
.flex-column-2{
height: 30%;
width: 100%;
align-items:center;
}
.text-gray{
color: gray;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: