Bootstrap snippet and html example. Recent blog post title

Bootstrap 3.1.1 snippet "Recent blog post title" with HTML, CSS, and JS. Copy, paste, and customize this responsive UI component for your project.
Tags: post,list,user,blog

HTML code

Clean, semantic HTML that powers this Bootstrap 3.1.1 snippet. Copy and paste it into your page (with Bootstrap loaded) to reproduce the exact layout shown in the preview.

                        
<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

Scoped CSS that styles the component. Paste it after Bootstrap 3.1.1 to keep the design, spacing, and responsiveness consistent.

                        
.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. Seller profile

Seller profile

Bootstrap example and template. light user list

light user list

Bootstrap example and template. Profile page

Profile page

Bootstrap example and template. bs4 social profile header

bs4 social profile header

Bootstrap example and template. bs5 dark footer

bs5 dark footer

Bootstrap example and template. Sidebar left menu

Sidebar left menu

Bootstrap example and template. bs4 projects

bs4 projects

Bootstrap example and template. User profile with post list

User profile with post list

FAQ

How do I use this snippet?

Include Bootstrap 3.1.1, paste the HTML, add the CSS block, and include the JS (if any) to mirror the live preview.

Can I use it in commercial projects?

Yes. It’s free for personal and commercial work; check the snippets license for details.

Is it responsive?

Yes. It inherits the responsive grid and components from Bootstrap 3.1.1.

Bootstrap example and template. Recent blog post title

About this bootstrap example/template

Optimized for copy‑paste: clean HTML, scoped CSS, and minimal JS so you can ship production‑ready UI faster and keep designs consistent.

Mobile‑first and responsive by default. Tested across modern browsers to reduce polish time on your project.

Already trusted in 13.1K+ views. Reuse this snippet to speed up landing pages, dashboards, or onboarding flows.

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