"Beautiful Responsive Centered Tiles with Icons"
Bootstrap 3.3.0 Snippet by Delano

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<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">
<a class="navlinks" href="http://adformcreative.com/company"><div class="col-xs-12 col-sm-2 company"><img class="img-responsive center-block" src="http://adformcreative.com/wp-content/themes/meris/images/company-icon.png" alt="Company"/><p class="text-center navtext">Company</p></div></a>
<a class="navlinks" href="http://adformcreative.com/capabilities"><div class="col-xs-12 col-sm-2 capabilities"><img
class="img-responsive center-block" src="http://adformcreative.com/wp-content/themes/meris/images/capabilities-icon.png" alt="Capabilities"/><p class="text-center navtext">Capabilities</p></div></a>
<a class="navlinks" href="http://adformcreative.com/branding-tools"><div class="col-xs-12 col-sm-2 branding"><img class="img-responsive center-block" src="http://adformcreative.com/wp-content/themes/meris/images/branding-icon.png" alt="Branding Tools"/><p class="text-center navtext">Branding Tools</p></div></a>
<a class="navlinks" href="http://adformcreative.com/creative-lounge"> <div style="padding-bottom: 2px;" class="col-xs-12 col-sm-2 creativelounge"><img class="img-responsive center-block" src="http://adformcreative.com/wp-content/themes/meris/images/creative-lounge.png" alt="Creative Lounge"/><p class="text-center navtext">Creative Lounge</p></div></a>
<a class="navlinks" href="http://adformcreative.com/customer-care"><div class="col-xs-12 col-sm-2 customercare"><img class="img-responsive center-block" src="http://adformcreative.com/wp-content/themes/meris/images/customer.png" alt="Customer Care"/><p class="text-center navtext">Customer Care</p></div></a>
</div>
</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
35
36
37
p.navtext {
font-family:Tahoma;
color: white;
font-size: 1.5rem;
}
img {
padding: 5px;
}
.company {
background-color: #16225f;
}
.capabilities {
background-color: #80BD00;
}
.branding {
background-color: #00A1E1;
}
.creativelounge {
background-color: #FC4F00;
}
.customercare {
background-color: #932749;
}
.panel-heading {
background: #000;
}
.centered-form{
margin-top: 60px;
}
.centered-form .panel{
background: #e9e9e9;
}
/*Circle*/
.navlinks div {
position: relative;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: