Bootstrap snippet and html example. Latest blog 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: blog,post

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="row">
<div class="col-sm-8">
    <div class="title"><span>Latest Blog</span></div>
    <div class="row">
        <div class="col-md-6">
            <div class="thumbnail blog-list">
                <a href="#"><img src="http://www.grehon.com/mimity/v2.0/images/demo/blog1.jpg" alt=""></a>
                <div class="caption">
                    <h5>Lorem ipsum dolor sit amet consectetur</h5>
                    <small>
                        <span><i class="fa fa-clock-o"></i> Mar 27, 14</span>
                        <span><i class="fa fa-user"></i> <a href="">Admin</a></span>
                        <span><i class="fa fa-tag"></i> <a href="">Tags</a></span>
                    </small>
                    <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
                    <a href="#" class="btn "><i class="fa fa-long-arrow-right"></i> Read More</a>
                </div>
            </div>
        </div>
        <div class="col-md-6">
            <div class="thumbnail blog-list">
                <a href="#"><img src="http://www.grehon.com/mimity/v2.0/images/demo/blog2.jpg" alt=""></a>
                <div class="caption">
                    <h5>Lorem ipsum dolor sit amet consectetur</h5>
                    <small>
                        <span><i class="fa fa-clock-o"></i> Mar 27, 14</span>
                        <span><i class="fa fa-user"></i> <a href="">Admin</a></span>
                        <span><i class="fa fa-tag"></i> <a href="">Tags</a></span>
                    </small>
                    <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
                    <a href="#" class="btn "><i class="fa fa-long-arrow-right"></i> Read More</a>
                </div>
            </div>
        </div>
        <div class="col-md-6">
            <div class="thumbnail blog-list">
                <a href="#"><img src="http://www.grehon.com/mimity/v2.0/images/demo/blog3.jpg" alt=""></a>
                <div class="caption">
                    <h5>Lorem ipsum dolor sit amet consectetur</h5>
                    <small>
                        <span><i class="fa fa-clock-o"></i> Mar 27, 14</span>
                        <span><i class="fa fa-user"></i> <a href="">Admin</a></span>
                        <span><i class="fa fa-tag"></i> <a href="">Tags</a></span>
                    </small>
                    <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
                    <a href="#" class="btn "><i class="fa fa-long-arrow-right"></i> Read More</a>
                </div>
            </div>
        </div>
        <div class="col-md-6">
            <div class="thumbnail blog-list">
                <a href="blog-detail.html"><img src="http://www.grehon.com/mimity/v2.0/images/demo/blog4.jpg" alt=""></a>
                <div class="caption">
                    <h5>Lorem ipsum dolor sit amet consectetur</h5>
                    <small>
                        <span><i class="fa fa-clock-o"></i> Mar 27, 14</span>
                        <span><i class="fa fa-user"></i> <a href="">Admin</a></span>
                        <span><i class="fa fa-tag"></i> <a href="">Tags</a></span>
                    </small>
                    <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
                    <a href="#" class="btn "><i class="fa fa-long-arrow-right"></i> Read More</a>
                </div>
            </div>
        </div>
        <div class="col-xs-12 text-center">
            <ul class="pagination">
                <li class="disabled"><a href="#">«</a></li>
                <li class="disabled"><a href="#">‹</a></li>
                <li class="active"><a href="#">1</a></li>
                <li><a href="#">2</a></li>
                <li><a href="#">3</a></li>
                <li><a href="#">›</a></li>
                <li><a href="#">»</a></li>
            </ul>
        </div>
    </div>
</div>
<div class="col-sm-4">
    <div class="title"><span>Categories</span></div>
    <ul class="list-group blog-nav">
        <li class="list-group-item">» <a href="blog.html">News</a></li>
        <li class="list-group-item">» <a href="blog.html">Events</a></li>
        <li class="list-group-item">» <a href="blog.html">Promotions</a></li>
    </ul>
    <div class="title"><span>Archives</span></div>
    <ul class="list-group blog-nav">
        <li class="list-group-item">» <a href="blog.html">January 2016</a></li>
        <li class="list-group-item">» <a href="blog.html">February 2016</a></li>
        <li class="list-group-item">» <a href="blog.html">March 2016</a></li>
        <li class="list-group-item">» <a href="blog.html">April 2016</a></li>
        <li class="list-group-item">» <a href="blog.html">May 2016</a></li>
    </ul>
</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;}

.title {
    border-bottom: 3px solid #90caf9;
}
.title {
    font-size: 18px;
    line-height: 1;
    margin: 0 0 10px;
    padding: 0;
}
.title span {
    border-bottom: 3px solid #1e88e5;
}
.title span {
    display: inline-block;
    margin-bottom: -3px;
    padding-bottom: 10px;
}
/* -------------------------------------------------------------- Blog -------------------------------------------------------------- */
.blog-list { padding-bottom: 25px }
.blog-list:hover { border: 1px solid #aaa }
.blog-list .caption { color: #666 }
.blog-list .caption h5 { font-size: 16px }
.blog-list img { width: 100% }
.blog-list .btn { float: right }
.blog-list small {
    display: block;
    margin-bottom: 5px
}
.blog-list small,
.blog-list small a { color: silver }
.blog-list small span { margin-right: 7px }
.blog-list .caption a.btn:hover { text-decoration: underline }
.blog-info {
    font-size: 12px;
    margin-bottom: 10px
}
.blog-info,
.blog-info a { color: #cfcfcf }
.blog-info i { margin-left: 10px }
.blog-info i:first-child { margin-left: 0 }
.blog-nav .list-group-item {
    padding-left: 10px;
    border: 0;
    border-bottom: 1px dotted #ccc;
    background: transparent
}
.blog-detail-content { margin-bottom: 30px }
.blog-detail-thumb img { width: 100% }
/* -------------------------------------------------------------- End of Blog -------------------------------------------------------------- */

Similar snippets

Bootstrap example and template. Blog user profile

Blog user profile

Bootstrap example and template. Latest News section

Latest News section

Bootstrap example and template. blog detail page

blog detail page

Bootstrap example and template. blog post image widget

blog post image widget

Bootstrap example and template. bs5 dark footer

bs5 dark footer

Bootstrap example and template. shop cart

shop cart

Bootstrap example and template. update my profile

update my profile

Bootstrap example and template. shopping cart with selected products order summary and checkout button

shopping cart with selected products order summary and checkout button

Bootstrap example and template. Latest blog 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 654 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