"method-section"
Bootstrap 3.0.0 Snippet by jeevan123456

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 ---------->
<div class="method-section">
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1 col-xs-12">
<div class="method-head">
<div class="method-title">
<h2>Our work process</h2>
</div>
</div>
<div class="method-content">
<div class="method-box">
<div class="method-box-icon">
<span class="glyphicon glyphicon-cog icon"></span>
</div>
<h4>Ideas</h4>
</div>
<div class="method-box">
<div class="method-box-icon">
<span class="glyphicon glyphicon-cog icon"></span>
</div>
<h4>Plan</h4>
</div>
<div class="method-box">
<div class="method-box-icon">
<span class="glyphicon glyphicon-cog icon"></span>
</div>
<h4>Works</h4>
</div>
<div class="method-box">
<div class="method-box-icon">
<span class="glyphicon glyphicon-cog icon"></span>
</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
.method-title h2 {
color: #000;
font-size: 30px;
letter-spacing: 0;
line-height: 32px;
text-transform: uppercase;
margin-bottom: 6px;
}
.method-section {}
.method-head {
text-align: center;
margin: 0 0 52px;
}
.method-content {
text-align: center;
position: relative;
}
.method-border {
background: #fdb801 none repeat scroll 0 0;
display: inline-block;
height: 3px;
left: 0;
margin: auto;
position: absolute;
right: 0;
top: 28%;
width: 80%;
z-index: -1;
}
.method-border::before {
background: #fdb801 none repeat scroll 0 0;
content: "";
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: