"services-section"
Bootstrap 4.0.0 Snippet by pankajrajput

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 ---------->
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<div class="services-section black-trans-bg">
<div class="services-section-banner"></div>
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-4 col-sm-12 col-xs-12">
<div class="services-head">
<h2 class="services-title">Our Services</h2>
<span class="services-title-border"></span>
<p class="services-text">Dramatically maintain clicks and mortar solutions without functional</p>
</div>
<div class="services-content">
<div class="row">
<div class="col-md-6 col-sm-6 col-xs-12">
<div class="service-2">
<div class="service-box">
<div class="clearfix">
<div class="iconset">
<span class="glyphicon glyphicon-cog icon"></span>
</div>
<div class="servicesB-content">
<h4>Fuel and Gas Carrier</h4>
<p>Interactively procrastinate high-payoff content without backward compatible data. Quickly cultivate optimal</p>
</div>
</div>
</div>
<div class="service-box">
<div class="clearfix">
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
.services-section {
background: rgba(0, 0, 0, 0) url("https://images.pexels.com/photos/326410/pexels-photo-326410.jpeg?w=940&h=650&auto=compress&cs=tinysrgb") no-repeat scroll left top / cover;
padding: 104px 0 113px;
position: relative;
}
.services-section::before {
opacity: 0.8;
}
.black-trans-bg::before {
background: #000 none repeat scroll 0 0;
content: "";
height: 100%;
left: 0;
opacity: 0.3;
position: absolute;
top: 0;
width: 100%;
z-index: 0;
}
.services-section-banner {
background-image: url("http://themeinnovation.com/demo2/html/build-up/img/home1/service-banner.png");
background-position: left bottom;
background-repeat: no-repeat;
background-size: contain;
bottom: 0;
height: 100%;
left: 1%;
position: absolute;
width: 34%;
}
.services-head {
margin: 0 0 76px;
}
.services-head .services-title {
color: #fff;
font-size: 30px;
font-weight: 500;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
http://themeinnovation.com/demo2/html/build-up/img/home1/service-banner.png
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: