Bootstrap snippet and html example. Recent blog post title

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: post,list,user,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.1.1 included, to get the result that you can see in the preview selection

                        
<div class="container bootstrap snippets bootdey">
    <div class="col-md-4 popular-post">
        <h3 class="text-center text-danger"><b>Popular posts</b></h3>
        <article class="clearfix item item-odd">
            <div class="teaser">
                <div class="article-image">
                <a class="image-link article-link" href="#">
                <img class="img-circle img-responsive img-thumbnail" src="https://www.bootdey.com/image/200x200/6495ED/000000">
                <span class="overlay article-overlay"></span>
              </a>          
            </div>
            <div class="article-info">
              <div class="article-category">
                <a href="#" class="text-danger">Category</a>            
              </div>
              <h2 class="article-title">
                <a class="article-link" href="#">
                Popular post full title you can use this 
                  <span class="overlay article-overlay"></span>
                </a>          
              </h2>
              <div class="article-summary">
                Bootdey is a gallery of free bootstrap snippets bootdeys, this is a description for no use lorem ipsum
              </div>
            </div>
          </div>
        </article> 
        <article class="clearfix item item-odd">
            <div class="teaser">
            <div class="article-image">
              <a class="image-link article-link" href="#">
                <img class="img-circle img-responsive img-thumbnail" src="https://www.bootdey.com/image/200x200/9932CC/000000">
                <span class="overlay article-overlay"></span>
              </a>          
            </div>
            <div class="article-info">
              <div class="article-category">
                <a href="#" class="text-danger">Category</a>            
              </div>
              <h2 class="article-title">
                <a class="article-link" href="#">
                  Popular post full title you can use this 
                  <span class="overlay article-overlay"></span>
                </a>          
              </h2>
              <div class="article-summary">
                Bootdey is a gallery of free bootstrap snippets bootdeys, this is a description for no use lorem ipsum
              </div>
            </div>
          </div>
        </article>    
    </div>
    <div class="col-md-8">
        <article>
            <div class="line-item hf-item-odd clearfix">
                <div class="content-image">
                <a class="image-link article-link" href="#">
                  <img class="img-thumbnail"  src="https://www.bootdey.com/image/250x150/00CED1/000000">
                  <span class="overlay article-overlay"></span>
                </a>    
              </div>
              <div class="hf-info">
                <div class="hf-category">
                  <a href="#" class="text-danger">Category</a>        
                </div>
                <h2 class="post-title">
                <a class="article-link" href="#">
                  Post title Bootstrap Html Css Js  Snippet
                  <span class="overlay article-overlay"></span>
                </a>      
                </h2>
                <div class="summary">
                  Bootdey is a gallery of free bootstrap snippets bootdeys, this is a description for no use lorem ipsum all time... 
                </div>
              </div> 
            </div>
        </article>
        <article>
            <div class="line-item hf-item-odd clearfix">
                <div class="content-image">
                  <a class="image-link article-link" href="#">
                  <img class="img-thumbnail"  src="https://www.bootdey.com/image/250x150/FF00FF/000000">
                  <span class="overlay article-overlay"></span>
                </a>    
              </div>
              <div class="hf-info">
                <div class="hf-category">
                  <a href="#" class="text-danger">Category</a>        
                </div>
                <h2 class="post-title">
                <a class="article-link" href="#">
                  Post title Bootstrap Html Css Js  Snippet
                  <span class="overlay article-overlay"></span>
                </a>      
                </h2>
                <div class="summary">
                  Bootdey is a gallery of free bootstrap snippets bootdeys, this is a description for no use lorem ipsum all time... 
                </div>
              </div> 
            </div>
        </article>
        <article>
            <div class="line-item hf-item-odd clearfix">
                <div class="content-image">
                  <a class="image-link article-link" href="#">
                  <img   class="img-thumbnail"  src="https://www.bootdey.com/image/250x150/4B0082/000000">
                  <span class="overlay article-overlay"></span>
                </a>    
              </div>
              <div class="hf-info">
                <div class="hf-category">
                  <a href="#" class="text-danger">Category</a>        
                </div>
                <h2 class="post-title">
                <a class="article-link" href="#">
                  Post title Bootstrap Html Css Js  Snippet
                  <span class="overlay article-overlay"></span>
                </a>      
                </h2>
                <div class="summary">
                  Bootdey is a gallery of free bootstrap snippets bootdeys, this is a description for no use lorem ipsum all time... 
                </div>
              </div> 
            </div>
        </article> 
        <article>
            <div class="line-item hf-item-odd clearfix">
                <div class="content-image">
                  <a class="image-link article-link" href="#">
                  <img   class="img-thumbnail"  src="https://www.bootdey.com/image/250x150/20B2AA/000000">
                  <span class="overlay article-overlay"></span>
                </a>    
              </div>
              <div class="hf-info">
                <div class="hf-category">
                  <a href="#" class="text-danger">Category</a>        
                </div>
                <h2 class="post-title">
                <a class="article-link" href="#">
                  Post title Bootstrap Html Css Js  Snippet
                  <span class="overlay article-overlay"></span>
                </a>      
                </h2>
                <div class="summary">
                  Bootdey is a gallery of free bootstrap snippets bootdeys, this is a description for no use lorem ipsum all time... 
                </div>
              </div> 
            </div>
        </article> 
    </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.1.1 included, to get the result that you can see in the preview selection

                        
.popular-post{
    background:#DDDDDD;    
}

.line-item  {
    background: url("https://bootdey.com/img/Content/border-top-dotted.gif") repeat-x scroll left top rgba(0, 0, 0, 0);
    margin: 0 0 0 30px;
    padding: 25px 0 15px;
}

.content-image {
    float: right;
    margin-bottom: 10px;
    margin-left: 25px;
    margin-top: 5px;
}

.post-title {
    margin-bottom: 7px;
    margin-top: 3px;
}

.post-title, post-title a {
    font-size: 18px;
    line-height: 20px;
}

.summary {
    color: #666;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 8px;
}

.teaser {
    margin-bottom: 32px;
    margin-top: 19px;
    text-align: center;
}

.article-info {
    padding: 0 29px;
}
.item-odd .article-category {
    margin-top: 8px;
}

.article-title {
    margin-bottom: 7px;
    margin-top: 3px;
}
.article-title, .subfeatured .article-title a {
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
}

.article-summary {
    color: #666;
    font-size: 14px;
    line-height: 16px;
    max-height: 64px;
    overflow: hidden;
}                    

Similar snippets

Bootstrap example and template. Social network profile with panels

Social network profile with panels

Bootstrap example and template. bs4 edit profile page

bs4 edit profile page

Bootstrap example and template. user profile details

user profile details

Bootstrap example and template. widget user

widget user

Bootstrap example and template. check file manager

check file manager

Bootstrap example and template. account setting or edit profile

account setting or edit profile

Bootstrap example and template. bs4 profile header card

bs4 profile header card

Bootstrap example and template. profile with data and skills

profile with data and skills

Bootstrap example and template. Recent blog post title

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

Bootstrap 3.1.1

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

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

This code example is based on bootstrap 3.1.1 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