"Shop:: Promo Box Page"
Bootstrap 3.1.0 Snippet by fathankudo

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.1.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.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 promo-box-page">
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
<div class="cover-image">
<img src="http://image.kudo.co.id/wp-content/uploads/2015/05/BG-web-alternatif-001.jpg">
</div>
<div class="cover-caption">
<div class="cover-excerpt">
Promo kambing murah. Kambingnya gak bauk. udah di mandiin 5x sehari pake aer anget, mantep deh nih kambing.<br/><br/>
Kalau masih belum percaya coba baca poin dibawah ini...<br/><br/>
</div>
<div id="myModal" class="modal fade in">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-body">
<h4>Promo Full Descriptiions</h4>
<p>
Imak Flip Leather Cover Case Series for Samsung Galaxy S6 Edge<br/>
An Excellent protection for your smartphone<br/>
Imak Le Series untuk Samsung Galaxy S6 Edge. Le Series merupakan case<br/>
terbaru Imak yang terbuat dari bahan material kulit berkualitas untuk<br/>
mellindungi smartphone. Hadir dengan design corak yang elegan, case ini<br/>
juga dapat digunakan sebagai stand.<br/><br/>
Features<br/>
Fashion, Simple, Perfect<br/>
Imak Leather Case untuk Samsung Galaxy S6 Edge Inch hadir dengan design<br/>
yang ringan, tipis, serta modis untuk menambah kesan stylish bagi<br/>
smartphone Anda.<br/><br/>
Leather Materials bring best protection for your mobile phone<br/>
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
/* HERE STARTS THE MAGIC */
.category-child .post-content span {
color: #fff;
}
.category-child .post-content {
background-color: rgba(7, 7, 7, 0.65);
color: #fff;
margin-top: -30px;
position: relative;
text-align: center;
width: 100%;
z-index: 1;
height: 30px;
overflow: hidden;
}
.category-child .thumb img {
width: 200px;
height: 150px;
}
.category-child .post-content span {
line-height: 30px;
position: relative;
top: -10px;
}
/* END THE MAGIC*/
.promo-box-page .cover-image img {
width: 100%;
max-height: 200px;
}
.promo-box-page .cover-caption {
background: white none repeat scroll 0 0;
bottom: 0;
left: 0;
margin: auto;
min-height: 130px;
padding: 10px;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: