"services"
Bootstrap 3.3.0 Snippet by evarevirus

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="service-container">
<div class="singleservice">
<img class="serviceicon" src="http://www.freeiconspng.com/uploads/book-stack-icon--icon-search-engine-16.png">
<h2 class="servicetitle">
Book Covers
</h2>
E-book or print, my goal is to make a captivating image that is true to your novel.
</div>
<div class="singleserviceb">
<img class="serviceicon" src="http://free-icon-rainbow.com/i/icon_00079/icon_000790_256.png">
<h2 class="servicetitle">
VECTOR GRAPHICS
</h2>
From app icons to illustrations, look sharp with scalable, crisp, and lively graphics.
</div>
<div class="singleservice">
<img class="serviceicon" src="http://www.iconninja.com/files/642/213/85/idea-and-creativity-symbol-of-a-lightbulb-icon.svg">
<h2 class="servicetitle">
BRANDING
</h2>
Logos, business cards, signage, or social media, let's build an adventure.
</div>
<div class="singleserviceb">
<img class="serviceicon" src="http://www.clipartbest.com/cliparts/Kin/L9M/KinL9MRzT.png">
<h2 class="servicetitle">
VOICEOVER
</h2>
E-book or print, my goal is to make a captivating image that is true to your novel.
</div>
<div class="singleservice">
<img class="serviceicon" src="http://simpleicon.com/wp-content/uploads/computer-2.png">
<h2 class="servicetitle">
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
body {
margin: 0px;
padding-left: 50px;
padding-right: 50px;
}
.services-wrapper {
width: auto;
min-height: 400px;
padding: 25px;
}
.service-container {
text-align: center;
margin-top: 25px;
}
.singleservice {
display: inline-block;
width: 25%;
height: 100%;
background-color: #f3f3f3;
padding: 25px;
color: #b2b2b2;
font-family: avenir;
text-align: left;
margin-bottom: 15px;
padding: 40px;
margin-left: 5px;
margin-right: 5px;
border-bottom: 5px solid skyblue;
border-radius: 10px;
}
.singleserviceb {
display: inline-block;
width: 25%;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: