"Features Business"
Bootstrap 3.0.0 Snippet by Eliasmia

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="//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 ---------->
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/fontawesome/4.7.0/css/font-awesome.min.css"/>
<div class="container">
<div class="section-header">
<h2 class="dark-text">Business Features</h2>
<h6>
We design & develop qaulity products to help small & medium level business.
</h6>
</div>
<div class="row">
<div class="col-md-6 col-sm-6">
<div class="feature">
<div class="feature-icon">
<i class="fa fa-cogs" aria-hidden="true"></i>
</div>
<h5>Exchange of goods and services</h5>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
</p>
</div>
<div class="feature">
<div class="feature-icon">
<i class="fa fa-line-chart" aria-hidden="true"></i>
</div>
<h5>Business Profit </h5>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
</p>
</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
.section-header {
margin-bottom: 30px;
}
.section-header h2 {
font-size: 22px;
font-weight: 500;
margin: 20px auto 5px;
text-align: center;
text-transform: uppercase;
}
.section-header h6 {
color: #999;
font-size: 12px;
font-weight: 300;
text-align: center;
text-transform: uppercase;
}
.feature {
box-shadow: 3px 3px 4px -3px #ececec;
margin-bottom: 30px;
padding:10px 15px;
}
.feature-icon i {
font-size: 48px;
margin-bottom: 10px;
}
.feature h5 {
font-size: 14px;
text-transform: uppercase;
margin-bottom: 8px;
}
.feature p {
color: #111;
font-size: 14px;
line-height: 20px;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: