"AWESOME EXTRA ORDINARY FLEXIBILITY"
Bootstrap 4.1.1 Snippet by saikrishna99666

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 ---------->
<div class="service-39 py-5 wrap-service39-box">
<div class="container">
<div class="row">
<div class="col-lg-6"><img src="https://www.wrappixel.com/demos/ui-kit/wrapkit/assets/images/features/feature39/img1.jpg" class="img-fluid" alt="wrapkit" /></div>
<div class="col-lg-6">
<div class="card-body">
<h3 class="text-uppercase">AWESOME EXTRA ORDINARY FLEXIBILITY</h3>
<p class="my-4">You can relay on our amazing features list and also our customer services will be greatexperience for you without</p>
<!-- column -->
<div class="d-block d-md-flex mb-4">
<div class="display-5 mr-3"><i class="icon-paypal text-success-gradiant"></i></div>
<div>
<h5>Payment and exchange</h5>
<h6 class="subtitle font-weight-normal">You can relay on our amazing features</h6>
</div>
</div>
<!-- column -->
<div class="d-block d-md-flex mb-4">
<div class="display-5 mr-3"><i class="icon-paper-plane text-success-gradiant"></i></div>
<div>
<h5>Notes and organising</h5>
<h6 class="subtitle font-weight-normal">You can relay on our amazing features</h6>
</div>
</div>
<!-- column -->
<div class="d-block d-md-flex mb-4">
<div class="display-5 mr-3"><i class="icon-folder text-success-gradiant"></i></div>
<div>
<h5>Language & Input Tools</h5>
<h6 class="subtitle font-weight-normal">You can relay on our amazing features</h6>
</div>
</div>
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
@import url(//fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800);
.service-39 {
font-family: "Montserrat", sans-serif;
color: #8d97ad;
font-weight: 300;
}
.service-39 h1, .service-39 h2, .service-39 h3, .service-39 h4, .service-39 h5, .service-39 h6 {
color: #3e4555;
}
.service-39 h5 {
line-height: 26px;
font-size: 21px;
}
.service-39 .subtitle {
color: #8d97ad;
line-height: 24px;
}
.service-39 .text-success-gradiant {
background: #2cdd9b;
background: -webkit-linear-gradient(legacy-direction(to right), #2cdd9b 0%, #1dc8cc 100%);
background: -webkit-gradient(linear, left top, right top, from(#2cdd9b), to(#1dc8cc));
background: -webkit-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%);
background: -o-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%);
background: linear-gradient(to right, #2cdd9b 0%, #1dc8cc 100%);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
text-fill-color: transparent;
}
.wrap-service39-box .col-lg-6 > img {
margin-left: -40px;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: