"Service Promo Section"
Bootstrap 4.0.0 Snippet by AminulDev

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="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<div class="section_bg_gray">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="ptb-50">
<h2 class="text-center">Service Promo</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6 col-md-4">
<div class="single_what_we_do">
<div class="top_line"></div>
<div class="what_we_do_figure">
<img src="http://mtechwebsoft.com/templates/himax/demo/images/what_we_do/2.png" alt="" class="img-responsive">
</div>
<h4 class="what_we_do_title">Best In Class</h4>
<div class="what_we_do_content">Lorem ipsum dolor amet, consectetur adipiscing elit eiusmod.</div>
<a class="what_we_do_icon" href="#">
<i class="fa fa-angle-right" aria-hidden="true"></i>
</a>
</div>
</div>
<div class="col-sm-6 col-md-4">
<div class="single_what_we_do">
<div class="top_line"></div>
<div class="what_we_do_figure">
<img src="http://mtechwebsoft.com/templates/himax/demo/images/what_we_do/2.png" alt="" class="img-responsive">
</div>
<h4 class="what_we_do_title">Best In Class</h4>
<div class="what_we_do_content">Lorem ipsum dolor amet, consectetur adipiscing elit eiusmod.</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
.ptb-50{
padding: 50px 50px;
}
.section_bg_gray {
background-color: #f3f5f7;
}
.single_what_we_do {
background-color: #ffffff;
text-align: center;
padding: 0 35px;
border-radius: 10px;
position: relative;
margin-bottom: 30px;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.single_what_we_do:hover {
-webkit-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
}
.single_what_we_do .top_line {
position: absolute;
top: 0;
left: 44%;
background-color: #8448ff;
width: 12%;
height: 3px;
}
.single_what_we_do .what_we_do_figure {
padding: 40px 0;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: