Bootstrap snippet and html example. Related posts

This html snippet was created to help web designers, web developers, front-end and back-end developer save time. Use it for free in your project and build your app faster, You can also download the HTML, CSS, and JS code.
Tags: posts,blog

HTML code

This is the html code used to create this bootstrap snippet, You can copy and paste the following html code inside a page with bootstrap 3.3.6 included, to get the result that you can see 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://www.bootdey.com/image/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://www.bootdey.com/image/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://www.bootdey.com/image/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 and paste the following css code inside a page with bootstrap 3.3.6 included, to get the result that you can see 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;
}

Similar snippets

Bootstrap example and template. blog detail page

blog detail page

Bootstrap example and template. user blog post widget

user blog post widget

Bootstrap example and template. User profile with post list

User profile with post list

Bootstrap example and template. blog list page

blog list page

Bootstrap example and template. bs5 dark footer

bs5 dark footer

Bootstrap example and template. bs4 forum

bs4 forum

Bootstrap example and template. simple support page

simple support page

Bootstrap example and template. bs5 forum list

bs5 forum list

Bootstrap example and template. Related posts

About this bootstrap example/template

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 code example currectly have 2.5K views, Using this bootstrap snippet you have the following benefits:

Bootstrap 3.3.6

<link rel='stylesheet' href='https://netdna.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css'>

<script src='https://netdna.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js'></script>

This code example 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

semantic html 5

Built on html / css3 the code quality is really amazing

Simple Integration

This code example can be simply integrated on existing sites and new ones too, all you need to do is copy the code and start working