"Services"
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 ---------->
<h1><span style="opacity:0;">-</span><span style="font-size: 1.7em; color: #35ADF9;font-weight: 900;text-shadow: 4px 4px #000000;">Design Services</span></h1>
<div id="aligner">
<figure class="snip1491">
<img src="https://lh5.googleusercontent.com/Nz7ZsCvHpH-5RjaSBWznZnFwn3B5NQfv08YKqsLFMSGzRvzQww9uwk2qZMJ0uHruA_rG8g=s190" width="100%" height="100%" alt="sample92" />
<figcaption>
<h2>Dynamic & Responsive Designs</h2>
<p>Fully customized and beautifully crafted designs to meet your needs.</p>
</figcaption>
<a href="#"></a>
</figure>
<figure class="snip1491"><img src="https://lh6.googleusercontent.com/W8hm-Kk2WMDdneq8dpw74FQVUaXxbxlIdCzGoz7i1pdQ2iB8wL3YvaiV_gwfsebaD6U3Mw=w2512-h1078" height="100%" width="100%" alt="sample94" />
<figcaption>
<h2>Content Management Systems</h2>
<p>Let's choose the right one for you. Already have one? Let's reach its full potential. Drag-and-drop capabilities are nice for staff who still poke the keyboard to type but it's not so great for your audience.</p>
</figcaption>
<a href="#"></a>
</figure>
<figure class="snip1491"><img src="https://lh4.googleusercontent.com/JIyxXRSpdcmo82oarIMbBeWNs3WRdR5SRjbgslG-NyYUBqlixjL4RyGijWhZWHw82AMmtA=s190" height="100%" width="100%" alt="sample96" />
<figcaption>
<h2>Custom Graphic Arts</h2>
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
#aligner {
}
@import url(https://fonts.googleapis.com/css?family=Slabo+27px);
@import url(https://fonts.googleapis.com/css?family=Lato);
.snip1491 {
font-family: 'Lato', sans-serif;
position: relative;
float: left;
overflow: hidden;
margin: 20px 20px; 1%;
min-width: 230px;
max-width: 259px;
height: 140px;
width: 100%;
color: #ffffff;
text-align: left;
font-size: 16px;
background-color: #1A1A1A;
border-style: solid;
border-width: 5px;
border-color: black;
}
.snip1491 * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.45s ease;
transition: all 0.45s ease;
}
.snip1491 img {
vertical-align: top;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: