"Our Services"
Bootstrap 4.1.1 Snippet by divyalahad

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 ---------->
<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="container">
<h2>OUR SERVICES</h2>
<div class="row">
<div class="col-xl-4 col-lg-4 col-md-6 col-sm-12">
<div class="our-services-wrapper mb-60">
<div class="services-inner">
<div class="our-services-img">
<img src="http://pngwebicons.com/uploads/car/ico/car_icon4919.ico" width="68px" alt="">
</div>
<div class="our-services-text">
<h4>Rent a Car</h4>
<p>Proin varius pellentesque nuncia tincidunt ante. In id lacus</p>
</div>
</div>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-6 col-sm-12">
<div class="our-services-wrapper mb-60">
<div class="services-inner">
<div class="our-services-img">
<img src="https://www.royalcaribbean.com/privatejourneys/content/themes/verb-base/img/icons/menu/ships-icon.png" width="68px" alt="">
</div>
<div class="our-services-text">
<h4>Holiday on Crusice </h4>
<p>Proin varius pellentesque nuncia tincidunt ante. In id lacus</p>
</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
.mb-60 {
margin-bottom: 60px;
}
.services-inner {
border: 2px solid #48c7ec;
margin-left: 35px;
transition: .3s;
}
.our-services-img {
float: left;
margin-left: -36px;
margin-right: 22px;
margin-top: 28px;
}
.our-services-text {
padding-right: 10px;
}
.our-services-text {
overflow: hidden;
padding: 28px 0 25px;
}
.our-services-text h4 {
color: #222222;
font-size: 18px;
font-weight: 700;
letter-spacing: 1px;
margin-bottom: 8px;
padding-bottom: 10px;
position: relative;
text-transform: uppercase;
}
.our-services-text h4::before {
background: #ec6d48 none repeat scroll 0 0;
bottom: 0;
content: "";
height: 1px;
position: absolute;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: