"card boxes"
Bootstrap 3.0.0 Snippet by jeevan123456

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 ---------->
<div class="container margin_60">
<div class="main_title">
<h2>Paris <span>Top</span> Tours</h2>
<p>Quisque at tortor a libero posuere laoreet vitae sed arcu. Curabitur consequat.</p>
</div>
<div class="row">
<div class="col-md-4 col-sm-6">
<div class="crane_container">
<div class="ribbon_3 popular"><span>Popular</span></div>
<div class="carbox">
<a class="img-carbox" href="http://www.big.com/2016/03/bootstrap-3-carousel-fade-effect.html">
<img src="http://www.ansonika.com/citytours/color_4/img/tour_box_1.jpg" />
</a>
<div class="carbox-content">
<h4 class="carbox-title">
<a href="http://www.big.com/2016/03/bootstrap-3-carousel-fade-effect.html"> Lorem Ipsum quisque at tortor a libero, Delhi
</a>
</h4>
<p class="">
Tutorial to make a carousel bootstrap by adding more wonderful effect fadein ...
</p>
</div>
<div class="carbox-read-more">
<a href="http://www.big.com/2016/03/bootstrap-3-carousel-fade-effect.html" class="btn btn-link btn-block">
Read More
</a>
</div>
</div>
</div>
</div>
<!-- End box -->
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
.margin_60 {
padding-top: 60px;
padding-bottom: 60px;
}
.main_title {
text-align: center;
font-size: 16px;
margin-bottom: 30px;
}
.main_title h2 {
text-transform: uppercase;
font-weight: 700;
letter-spacing: -1px;
font-size: 30px;
margin-bottom: 0;
margin-top: 0;
}
h2 span, h3 span, h4 span, h5 span, h6 span {
color: #f7941d;
}
.main_title p {
font-weight: 300;
font-size: 20px;
}
.crane_container {
background-color: #fff;
-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
-moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
margin: 0 0 30px;
}
.ribbon_3 {
position: absolute;
left: 10px;
top: -5px;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: