"hover text"
Bootstrap 3.0.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="//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 ---------->
<section class="layout-article">
<ul class="box-article">
<li class="list-article wow flipInY">
<article class="box-article"><a href="">
<h1>Gummies fruitcake cupcake candy tart sesame snaps apple pie halvah.</h1>
<p>Sweet roll lemon drops chupa chups. Candy canes icing soufflé ice cream tiramisu jelly-o macaroon sweet roll chocolate cake. Cake bear claw gummies topping candy canes liquorice muffin halvah.</p></a></article>
</li>
<li class="list-article wow flipInY" data-wow-delay="0.3s">
<article class="box-article"><a href="">
<h1>Gummies fruitcake cupcake candy tart </h1>
<figure><img src="https://images.unsplash.com/photo-1441906363162-903afd0d3d52?ixlib=rb-0.3.5&q=80&fm=jpg&s=51953479f1ce3812d6fc2bc7d82ecea4" alt=""/></figure>
<p>Sweet roll lemon drops chupa chups. Candy canes icing soufflé ice cream tiramisu jelly-o macaroon sweet roll chocolate cake. Cake bear claw gummies topping candy canes liquorice muffin halvah.</p></a></article>
</li>
<li class="list-article wow flipInY" data-wow-delay="0.6s">
<article class="box-article"><a href="">
<h1>Gummies fruitcake cupcake candy tart sesame snaps apple. </h1>
<figure><img src="https://images.unsplash.com/photo-1443527216320-7e744084f5a7?ixlib=rb-0.3.5&q=80&fm=jpg&s=6fbde3ee76bc8f49caf14c89778b2210" alt=""/></figure>
<p>Sweet roll lemon drops chupa chups. Candy canes icing soufflé ice cream tiramisu jelly-o macaroon sweet roll chocolate cake. Cake bear claw gummies topping candy canes liquorice muffin halvah.</p></a></article>
</li>
<li class="list-article wow flipInY" data-wow-delay="0.9s">
<article class="box-article"><a href="">
<h1>Gummies fruitcake cupcake </h1>
<p>Sweet roll lemon drops chupa chups. Candy canes icing soufflé ice cream tiramisu jelly-o macaroon sweet roll chocolate cake. Cake bear claw gummies topping candy canes liquorice muffin halvah.</p></a></article>
</li>
<li class="list-article wow flipInY" data-wow-delay="1.2s">
<article class="box-article"><a href="">
<h1>Cake apple pie candy canes liquorice.</h1>
<p>Sweet roll lemon drops chupa chups. Candy canes icing soufflé ice cream tiramisu jelly-o macaroon sweet roll chocolate cake. Cake bear claw gummies topping candy canes liquorice muffin halvah.</p></a></article>
</li>
<li class="list-article wow flipInY" data-wow-delay="1.5s">
<article class="box-article"><a href="">
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
/* variabel */
/* mixin */
html, body {
background: #f1f1f1;
font-family: 'Raleway', sans-serif;
}
a {
text-decoration: none;
}
.layout-article {
max-width: 1027px;
margin: 0 auto;
padding: 40px 0px;
}
.layout-article ul.box-article {
list-style: none;
-moz-column-count: 3;
-webkit-column-count: 3;
column-count: 3;
-webkit-column-gap: 0px;
-moz-column-gap: 0px;
column-gap: 0px;
}
.layout-article ul.box-article li {
display: inline-block;
-webkit-column-break-inside: avoid;
-moz-column-break-inside: avoid;
column-break-inside: avoid;
padding: 25px;
background: #ffffff;
height: auto;
overflow: hidden;
margin: 15px;
position: relative;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
new WOW().init();
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: