HTML code
This is the html code used to create this bootstrap snippet, You can copy, paste, change, customize and run the following HTML code to get a result like the one shown in the preview selection
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-4">
<div class="be-post style-2">
<div class="be-post-date"><i class="fa fa-clock-o"></i> April 23, 2015</div>
<a href="#" class="be-post-title">Poly Bear</a>
<a href="#" class="be-img-block">
<img src="https://via.placeholder.com/292x160/" alt="omg">
</a>
<span>
Cras pellentesque blandit arcu eget laoreet. Nulla finibus non.
</span>
</div>
</div>
<div class="col-xs-12 col-sm-4">
<div class="be-post style-2">
<div class="be-post-date"><i class="fa fa-clock-o"></i> April 23, 2015</div>
<a href="#" class="be-post-title">Girl in a Glasses</a>
<a href="#" class="be-img-block">
<img src="https://via.placeholder.com/292x160/" alt="omg">
</a>
<span>
Proin id justo euismod, efficitur dui id, posuere libero. Aenean sollicitudin magna felis
</span>
</div>
</div>
<div class="col-xs-12 col-sm-4">
<div class="be-post style-2">
<div class="be-post-date"><i class="fa fa-clock-o"></i> April 23, 2015</div>
<a href="#" class="be-post-title">Art House modern</a>
<a href="#" class="be-img-block">
<img src="https://via.placeholder.com/292x160/" alt="omg">
</a>
<span>
Nam finibus sed lectus sit amet consequat. Proin laoreet mi nec lorem molestie tristique.
</span>
</div>
</div>
</div>
</div>
CSS code
This is the css code used to create this bootstrap snippet, You can copy, paste, change, customize and run the following CSS code to get a result Like the one shown in the preview selection
body{margin-top:20px;}
.be-post.style-2 {
padding-top: 15px;
padding-bottom: 15px;
}
.be-post {
border: 1px solid #edeff2;
border-radius: 2px;
width: 100%;
margin-bottom: 30px !important;
}
.be-post.style-2 .be-post-date {
font-size: 12px;
line-height: 18px;
font-weight: 400;
color: #b4b7c1;
margin: 0 15px 15px 15px;
}
.be-post.style-2 .be-post-title {
padding-bottom: 0px;
margin: 0 15px 15px 15px;
border-bottom: none;
}
.be-post.style-2 a {
min-height: 0;
}
.be-post-title {
position: relative;
display: block;
font-size: 13px;
line-height: 20px;
font-family: 'Conv_helveticaneuecyr-bold';
color: #262626;
border-bottom: 1px solid #edeff2;
margin: 0 15px 10px 15px;
cursor: pointer;
min-height: 52px;
padding-bottom: 11px;
overflow: hidden;
text-overflow: ellipsis;
}
.be-post.style-2 a {
min-height: 0;
}
.be-post .be-img-block {
margin-bottom: 15px;
position: relative;
}
.be-img-block {
overflow: hidden;
display: block;
}
.be-post .be-img-block img {
width: 100%;
height: auto;
position: relative;
-webkit-transition: all ease-out 0.3s;
transition: all 0.3s;
}
.be-post > span {
color: #b4b7c1;
display: block;
font-size: 11px;
line-height: 20px;
padding: 0 15px;
margin-bottom: 15px;
}

About this bootstrap snippet
This bootstrap snippet, Related posts, was published on Oct 15th 2016, 00:00 by Dey Dey and it is free.
We hope you will enjoy this awesome snippet and stay tuned for the latest updates, bootdey snippets are already used in thousands of blogs, websites and projects. We believe it will save your precious time and gives trendy look to your next web project.
We always try to offer the best beautiful and responsive source of Bootstrap code examples and components.
This snippet currectly have 1.4K views, Using this bootstrap snippet you have the following benefits:
Bootstrap 3.3.6
This snippet is based on bootstrap 3.3.6 and the grid system of this framework
Responsive
Based on bootstrap framework makes all the layouts perfectly responsive for all devices
Crossbrowser compatibility
Tested on all major browsers, it works smoothly on all of them
Jquery plugins
Great built-in plugins with jquery framework, you can easy to change all declarations
semantic html 5
Built on html / css3 the code quality is really amazing
Simple Integration
This snippet can be simply integrated on existing sites and new ones too, all you need to do is copy the code and start working