"Illustration sith"
Bootstrap 3.0.0 Snippet by MohammedSithik

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.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">
<figure class="project_item">
<figcaption>
<h3 class="project_kind">illustration</h3>
</figcaption><a class="project_link" href="#">
</a>
</figure>
<figure class="project_item">
<figcaption>
<h3 class="project_kind">logo</h3>
</figcaption><a class="project_link" href="#">
</a>
</figure>
</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
/* white - beige*/
/* gray-black*/
/* gray-black*/
/* gray-black*/
* {
box-sizing: border-box;
}
body {
min-height: 100%;
font-family: "Poiret One", sans-serif;
font-size: 16px;
background: #FFF5EE;
color: #40484b;
letter-spacing: .8px;
overflow-x: hidden;
}
.container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
width: 90%;
margin: auto;
}
a {
display: inline-block;
color: #40484b;
text-decoration: none;
outline: none;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: