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
Download<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-sm-8 blog-detail-content">
<div class="title"><span>Lorem ipsum dolor sit amet consectetur</span></div>
<div class="blog-info">
<i class="fa fa-clock-o"></i> Mar 27, 16
<i class="fa fa-user"></i> <a href="blog.html">Admin</a>
<i class="fa fa-flag"></i> <a href="blog.html">Tags</a>
</div>
<div class="thumbnail blog-detail-thumb">
<img src="http://www.grehon.com/mimity/v2.0/images/demo/blog-detail.jpg" alt="">
</div>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat...</p>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.</p>
</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>
</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
Download
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 -------------------------------------------------------------- */

About this bootstrap example/template
This example/template, Lates Blog Post Details, was published on Aug 3rd 2016, 16:31 by Bootdey Admin 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 code example currectly have 726 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