"Blog Post"
Bootstrap 4.1.1 Snippet by csshint

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="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<div class="container">
<div class="row">
<div class="col col-xs-12">
<div class="blog-grids">
<div class="grid">
<div class="entry-media">
<img src="http://csshint.com/wp-content/uploads/2018/04/button-effect-6-810x612.jpg" alt="">
</div>
<div class="entry-body">
<span class="cat">inspiration</span>
<h3><a href="http://csshint.com/beautiful-css3-buttons-with-hover-effects/" target="_blank">Beautiful css3 buttons with hover effects</a></h3>
<p>Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut..</p>
<div class="read-more-date">
<a href="http://csshint.com/beautiful-css3-buttons-with-hover-effects/" target="_blank">Read More..</a>
<span class="date">3 Hours ago</span>
</div>
</div>
</div>
<div class="grid">
<div class="entry-media">
<img src="http://csshint.com/wp-content/uploads/2018/04/business-card-1.jpg" alt="">
</div>
<div class="entry-body">
<span class="cat">photoshop</span>
<h3><a href="http://csshint.com/free-modern-business-card-psd-templates/" target="_blank">40+ Best Free Modern Business Card PSD Templates</a></h3>
<p>Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut..</p>
<div class="read-more-date">
<a href="http://csshint.com/free-modern-business-card-psd-templates/" target="_blank">Read More..</a>
<span class="date">3 Hours ago</span>
</div>
</div>
</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
body{
background-color: #e9eef1;
margin: 0px;
padding: 0px;
}
@media (min-width: 1200px){
.container {
width: 1170px;
}
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.row {
margin-right: -15px;
margin-left: -15px;
}
.col-xs-12 {
width: 100%;
}
.blog-grids {
overflow: hidden;
margin: 0 -15px;
}
.blog-grids .grid {
background-color: #fff;
width: calc(33.33% - 30px);
float: left;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: