HTML code
Clean, semantic HTML that powers this Bootstrap 3.3.6 snippet. Copy and paste it into your page (with Bootstrap loaded) to reproduce the exact layout shown in the preview.
Download<div class="blog-container col-md-12">
<div class="container">
<div class="col-md-12">
<h2>We are Famous!</h2>
</div>
<div class="article col-md-3 col-sm-6 col-xs-12" >
<div class="article-wrapper">
<div class="article-header">
<img src="https://www.bootdey.com/image/128x100" alt=" " class="article-image">
<span class="article-by">Mark Denker</span>
<span class="article-date">March 2015</span>
<img src="https://bootdey.com/img/Content/avatar/avatar1.png" alt="" class="pic-author pull-right">
</div>
<div class="article-content">
<h3>Breaking a non-transparent market</h3>
</div>
</div>
</div>
<div class="article col-md-3 col-sm-6 col-xs-12">
<div class="article-wrapper">
<div class="article-header">
<img src="https://www.bootdey.com/image/128x100" alt=" " class="article-image">
<span class="article-by">Sindhu Chandrashekaran</span>
<span class="article-date">September 2015</span>
<img src="https://bootdey.com/img/Content/avatar/avatar2.png" alt="" class="pic-author pull-right">
</div>
<div class="article-content">
<h3>Transperency' is the secret of Wiredelts's Sucess</h3>
</div>
</div>
</div>
<div class="article col-md-3 col-sm-6 col-xs-12 ">
<div class="article-wrapper">
<div class="article-header">
<img src="https://www.bootdey.com/image/128x100" alt=" " class="article-image">
<span class="article-by">Curt Finch</span>
<span class="article-date">April 2015</span>
<img src="https://bootdey.com/img/Content/avatar/avatar3.png" alt="" class="pic-author pull-right">
</div>
<div class="article-content">
<h3>The good and the Evil of Time Tracking</h3>
</div>
</div>
</div>
<div class="article col-md-3 col-sm-6 col-xs-12 ">
<div class="article-wrapper">
<div class="article-header">
<img src="https://www.bootdey.com/image/128x100" alt="" class="article-image">
<span class="article-by">Darren Peterson</span>
<span class="article-date">July 2015</span>
<img src="https://bootdey.com/img/Content/avatar/avatar4.png" alt="" class="pic-author pull-right">
</div>
<div class="article-content">
<h3>Handling uncertainty when estimating software projects</h3>
</div>
</div>
</div>
</div>
</div>CSS code
Scoped CSS that styles the component. Paste it after Bootstrap 3.3.6 to keep the design, spacing, and responsiveness consistent.
Downloadbody{margin-top:20px;}
.blog-container {
margin-bottom: 190px;
padding: 90px 0;
background-color: #f3f5f7
}
.blog-container h2 {
padding-bottom: 40px;
font-family: Roboto-Medium;
font-size: 36px;
text-align: center;
color: #414040
}
.blog-container .article .article-wrapper {
width: 222px;
height: 356px;
margin: 0 auto 20px;
background-color: #fff;
box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
border-radius: 3px
}
.blog-container .article .article-wrapper .article-header {
position: relative;
height: 220px
}
.blog-container .article .article-wrapper .article-header>img {
width: 100%;
height: 164px;
border-radius: 3px 3px 0 0
}
.blog-container .article .article-wrapper .article-header .article-by {
display: block;
padding: 15px 0 0 15px;
line-height: 100%;
font-size: 12px;
color: #727272
}
.blog-container .article .article-wrapper .article-header .article-date {
padding-left: 15px;
font-size: 10px;
line-height: 100%;
color: #b6b6b6
}
.blog-container .article .article-wrapper .article-header img.pic-author {
width: 29px;
height: 29px;
position: absolute;
bottom: 15px;
right: 15px
}
.blog-container .article .article-wrapper .article-content {
height: 136px
}
.blog-container .article .article-wrapper .article-content h3 {
height: 100px;
padding: 0 15px 15px;
font-size: 14px;
overflow: hidden
}
.blog-container .article .article-wrapper .article-content a {
padding: 15px;
font-size: 14px;
color: #69ba9a
}
h3 {
font-size: 18px;
line-height: 22px;
color: #6f6f6f;
margin: 0;
}Similar snippets
FAQ
How do I use this snippet?
Include Bootstrap 3.3.6, 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.3.6.

About this bootstrap example/template
This free Bootstrap 3.3.6 snippet, Blog article wrapper, was published on Jun 16th 2016, 20:21 by Bootdey Admin.
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 2.0K+ views. Reuse this snippet to speed up landing pages, dashboards, or onboarding flows.
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