"Grid view Box"
Bootstrap 3.0.0 Snippet by sachin6185

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 ---------->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i" rel="stylesheet">
<div class="wraper">
<div class="deals-in-flight">
<div class="container">
<div class="grid-wrap">
<div class="deal-grid one">
<div class="info-deal">
<div class="verticle">
<h2>My Title Here</h2>
<div class="date-info">posted By : Sachin Kumar kulshreshtha</div>
<p>Loren Ipsum is simply dummy text. Lorem Ipsum is simply dummy text of the printing. Loren Ipsum is simply dummy text. Lorem Ipsum is simply dummy text of the printing. </p>
<a href="#" class="book-now">Read More</a>
</div>
</div>
<div class="image-deal"><img src="https://www.plusvalleyadventure.com/wp-content/uploads/2017/04/Bhorgiri_To_Bhimashankar.jpg" alt="facebook-like" />
</div>
</div>
<div class="deal-grid two">
<div class="info-deal">
<div class="verticle">
<h2>My Title Here</h2>
<div class="date-info">posted By : Sachin Kumar kulshreshtha</div>
<p>Loren Ipsum is simply dummy text. Lorem Ipsum is simply dummy text of the printing. Loren Ipsum is simply dummy text. Lorem Ipsum is simply dummy text of the printing. </p>
<a href="#" class="book-now">Read More</a>
</div>
</div>
<div class="image-deal"><img src="https://www.plusvalleyadventure.com/wp-content/uploads/2017/04/Bhorgiri_To_Bhimashankar.jpg" alt="facebook-like" />
</div>
</div>
<div class="deal-grid three">
<div class="info-deal">
<div class="verticle">
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 {-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing: grayscale;background: transparent ;font-family:"Open Sans";}
*{margin:0px;padding:0px;}
*{transition: all 0.35s ease;
-webkit-transition: all 0.35s ease;
-moz-transition: all 0.35s ease;
-moz-transition: all 0.35s ease;
-ms-transition: all 0.35s ease;
-o-transition: all 0.35s ease;}
*:focus{outline:none}
* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
img{max-width:100%;}
/*deal-grid*/
.grid-wrap{ width: 100%;
float: left;
margin: 20px 0 ;}
.grid-wrap img{float:left;}
.right-side-deal {
float: left;
width: 60%;
padding:5px 5px 5px 10px;
}
.right-side-deal h3{font: 400 15px/24px "Open Sans";margin:0px;}
.right-side-deal .price{ font-size: 31px; font-weight: bold; }
.right-side-deal .book-now-btn{ font-size: 16px;
font-weight: 300;
background: #5c6668;
text-decoration: none;
color: #fff;
padding: 5px 10px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
float: right;
margin-top: 5px; }
.right-side-deal .book-now-btn:hover{ background: #739c0f;}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: