"services box starter"
Bootstrap 3.3.0 Snippet by jeevan123456

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.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 ---------->
<div class="container">
<div class="row">
<div class="col-md-3 col-sm-6">
<div class="services-box">
<div class="icon-box"><img src="http://html.crunchpress.com/firebrigade/images/services-icon-1.png" alt="img"></div>
<div class="text-box">
<h3><a href="#">Vehicle <span>Services</span></a></h3>
<p>Reliable fire equipment is vital to help you serve and protect our communities.</p>
</div>
</div>
</div>
</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
.services-box {
float: left;
width: 100%;
border: 2px solid #c0c0c0;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
padding: 30px 17px;
text-align: center;
position: relative;
margin-bottom: 30px;
}
.services-box:hover {background:#ea7900; color:#fff;}
.icon-box {
display: inline-block;
border: 1px solid #c0c0c0;
width: 140px;
height: 140px;
border-radius: 100%;
text-align: center;
padding: 20px 0 0 0;
margin-bottom: 10px;
background: #fff;
position: relative;
}
.text-box {
float: left;
width: 100%;
text-align: center;
position: relative;
}
.text-box h3 {font-size: 22px;}
.text-box h3 a {color:#000;}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: