"Icon and Text (Services)"
Bootstrap 3.3.0 Snippet by imjaypatel

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/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="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<div class="container">
<div class="row">
<section id="set-8">
<div class="hi-icon-wrap hi-icon-effect-8">
<a href="#set-8" class="hi-icon"><i class="fa fa-laptop"></i></a>
<a href="#set-8" class="hi-icon"><i class="fa fa-laptop"></i></a>
</div>
</section>
</div>
</div>
<section class="clearfix">
<div class="main">
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12 col-xs-12 services-box">
<div class="col-md-3 col-sm-4 col-xs-6 services_1">
<div class="round"><i class="fa fa-laptop"></i></div>
<h2>SOFTWARE DEVELOPMENT</h2>
<p>Highly skilled software development professionals who deliver fully customized</p>
</div>
<div class="col-md-3 col-sm-4 col-xs-6 services_2">
<div class="round"><i class="fa fa-cogs"></i></div>
<h2>Open Source Development</h2>
<p>End-to-end open source web design and development solutions which includes development</p>
</div>
<div class="col-md-3 col-sm-4 col-xs-6 services_3">
<div class="round"><i class="fa fa-shopping-cart"></i></div>
<h2>Ecommerce Development</h2>
<p>eCommerce development solutions with the best software and development plans for customized</p>
</div>
<div class="col-md-3 col-sm-4 col-xs-6 services_4">
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
@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";
#set-8 {
background: #000;
}
.hi-icon-wrap {
text-align: center;
margin: 0 auto;
padding: 2em 0 3em;
}
.hi-icon {
display: inline-block;
font-size: 0px;
cursor: pointer;
margin: 15px 30px;
width: 90px;
height: 90px;
border-radius: 50%;
text-align: center;
position: relative;
z-index: 1;
color: #fff;
}
.hi-icon:after {
pointer-events: none;
position: absolute;
width: 100%;
height: 100%;
border-radius: 50%;
content: '';
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.hi-icon:before {
font-family: 'ecoicon';
speak: none;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: