"Services + icon (center multiple divs)"
Bootstrap 3.3.0 Snippet by sergioaclo

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 id="aligner">
<center>
<figure class="icons">
<figcaption>
<center><img src="http://icon-park.com/imagefiles/ribbon_sticker_icon_black2.png" height="100%" alt="sample96"><br><br>
<h2>Nonprofits</h2></center>
<p>Affordable solutions that helps you better serve and keep in touch with the community and your stakeholders.</p>
</figcaption>
</figure>
<figure class="icons">
<figcaption>
<center><img src="http://www.heidelberglehigh.org/wp-content/uploads/2012/11/government-building-icon-md.png" height="100%" alt="sample96"><br><br>
<h2>Local Government</h2></center>
<p>Maximize trust, transparency and communication between your municipality and residents with a professional and user-friendly platform. </p>
</figcaption>
</figure>
<figure class="icons">
<figcaption>
<center><img src="https://cdn1.iconfinder.com/data/icons/social-productivity-line-art-4/128/shopping-cart2-512.png" height="100%" alt="sample96"><br><br>
<h2>Online Shopping</h2></center>
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
/* ABSOLUTE CENTER & MIDDLE ***insive div***/
#aligner {
margin: auto;
width: 920px;
}
.icons {
font-family: 'Lato', sans-serif;
position: relative;
float: left;
overflow: hidden;
margin: 0px 10px 0px 0px; 1%;
min-width: 100px;
max-width: 220px;
height: 300px;
width: 100%;
color: #ffffff;
text-align: left;
font-size: 16px;
display:inline-blocks;
}
.icons img {
vertical-align: top;
backface-visibility: hidden;
height: 50px;
}
.icons figcaption {
position: absolute;
top: 0;
bottom: 0;
left: 0;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: