Bootstrap snippet and html example. Blog article wrapper

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

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

<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

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;}

.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

Bootstrap example and template. blog item

blog item

Bootstrap example and template. bs4 post list

bs4 post list

Bootstrap example and template. blog detail page

blog detail page

Bootstrap example and template. bs4 Latest News

bs4 Latest News

Bootstrap example and template. bs4 invoice

bs4 invoice

Bootstrap example and template. profile edit data and skills

profile edit data and skills

Bootstrap example and template. bs5 dark footer

bs5 dark footer

Bootstrap example and template. user about me section

user about me section

Bootstrap example and template. Blog article wrapper

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 1.3K 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