Bootstrap snippet and html example. blog posts list page

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="container">
      <div class="row">
        <div class="blog-wrapper masonry clearfix" style="position: relative; height: 1485.86px;">

          <!-- Blog-item -->
          <div class="blog-item" style="position: absolute; left: 0px; top: 0px;">
            <div class="blog-post">
              <div class="post-media">
                <a href="#blog-post.html">
                  <img src="http://coderthemes.com/starto_1.1/images/blog/1.jpg" alt="blog post with image" class="img-responsive">
                </a>
              </div><!-- .post-media end -->

              <article class="post-body">
                <div class="post-info">
                  <div class="date">
                    <span class="day">11</span><br>
                    <span class="month">Sep</span>
                  </div>

                  <div class="meta-container">
                    <a href="#blog-post.html">
                      <h3>Beautiful Image Blog Post</h3>
                    </a>
                    <ul class="meta">
                      <li>
                        By : <a href="#">Coderthemes</a>
                      </li>
                    </ul>
                  </div>
                </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.
                  Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet voluptates.Sed dui lorem, adipiscing in adipiscing et.
                </p>

                <div class="text-right">
                  <a href="#blog-post.html" class="read-more text-uppercase">Read more..</a>
                </div>
              </article><!-- .post-body end -->
            </div><!-- .blog-post.format-standard end -->
          </div>
          <!-- end blog-item -->

          <!-- Blog-item -->
          <div class="blog-item" style="position: absolute; left: 388px; top: 0px;">
            <div class="blog-post">
              <div class="post-media">
                <a href="#blog-post.html">
                  <img src="http://coderthemes.com/starto_1.1/images/blog/2.jpg" alt="blog post with image" class="img-responsive">
                </a>
              </div><!-- .post-media end -->

              <article class="post-body">
                <div class="post-info">
                  <div class="date">
                    <span class="day">12</span><br>
                    <span class="month">Sep</span>
                  </div>

                  <div class="meta-container">
                    <a href="#blog-post.html">
                      <h3>Beautiful Image Blog Post</h3>
                    </a>
                    <ul class="meta">
                      <li>
                        By : <a href="#">Coderthemes</a>
                      </li>
                    </ul>
                  </div>
                </div>

                <p>
                  Nunc nec dui vitae urna cursus lacinia. In
                  venenatis eget justo in dictum. Vestibulum 
                  auctor raesent quis mi 
                  tincidunt, egestas libero nec, ullamcorper 
                  nisi. Etiam a dictum tellus, sed accumsan 
                  quam.
                </p>

                <div class="text-right">
                  <a href="#blog-post.html" class="read-more text-uppercase">Read more..</a>
                </div>
              </article><!-- .post-body end -->
            </div><!-- .blog-post.format-standard end -->
          </div>
          <!-- end blog-item -->

          <!-- Blog-item -->
          <div class="blog-item" style="position: absolute; left: 776px; top: 0px;">
            <div class="blog-post">
              <div class="post-media">
                <a href="#blog-post.html">
                  <img src="http://coderthemes.com/starto_1.1/images/blog/3.jpg" alt="blog post with image" class="img-responsive">
                </a>
              </div><!-- .post-media end -->

              <article class="post-body">
                <div class="post-info">
                  <div class="date">
                    <span class="day">13</span><br>
                    <span class="month">Sep</span>
                  </div>

                  <div class="meta-container">
                    <a href="#blog-post.html">
                      <h3>Beautiful Image Blog Post</h3>
                    </a>
                    <ul class="meta">
                      <li>
                        By : <a href="#">Coderthemes</a>
                      </li>
                    </ul>
                  </div>
                </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.
                  Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet voluptates.
                </p>

                <div class="text-right">
                  <a href="#blog-post.html" class="read-more text-uppercase">Read more..</a>
                </div>
              </article><!-- .post-body end -->
            </div><!-- .blog-post.format-standard end -->
          </div>
          <!-- end blog-item -->

          <!-- Blog-item -->
          <div class="blog-item" style="position: absolute; left: 388px; top: 472px;">
            <div class="blog-post">
              <div class="post-media">
                <a href="#blog-post.html">
                  <img src="http://coderthemes.com/starto_1.1/images/blog/4.jpg" alt="blog post with image" class="img-responsive">
                </a>
              </div><!-- .post-media end -->

              <article class="post-body">
                <div class="post-info">
                  <div class="date">
                    <span class="day">14</span><br>
                    <span class="month">Sep</span>
                  </div>

                  <div class="meta-container">
                    <a href="#blog-post.html">
                      <h3>Beautiful Image Blog Post</h3>
                    </a>
                    <ul class="meta">
                      <li>
                        By : <a href="#">Coderthemes</a>
                      </li>
                    </ul>
                  </div>
                </div>

                <p>
                  Nunc nec dui vitae urna cursus lacinia. In
                  venenatis eget justo in dictum. Vestibulum 
                  auctor raesent quis mi 
                  tincidunt, egestas libero nec, ullamcorper 
                  nisi. Etiam a dictum tellus, sed accumsan 
                  quam.
                </p>

                <div class="text-right">
                  <a href="#blog-post.html" class="read-more text-uppercase">Read more..</a>
                </div>
              </article><!-- .post-body end -->
            </div><!-- .blog-post.format-standard end -->
          </div>
          <!-- end blog-item -->

          <!-- Blog-item -->
          <div class="blog-item" style="position: absolute; left: 776px; top: 494px;">
            <div class="blog-post">
              <div class="post-media">
                <a href="#blog-post.html">
                  <img src="http://coderthemes.com/starto_1.1/images/blog/5.jpg" alt="blog post with image" class="img-responsive">
                </a>
              </div><!-- .post-media end -->

              <article class="post-body">
                <div class="post-info">
                  <div class="date">
                    <span class="day">15</span><br>
                    <span class="month">Sep</span>
                  </div>

                  <div class="meta-container">
                    <a href="#blog-post.html">
                      <h3>Beautiful Image Blog Post</h3>
                    </a>
                    <ul class="meta">
                      <li>
                        By : <a href="#">Coderthemes</a>
                      </li>
                    </ul>
                  </div>
                </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.
                  Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet voluptates.Sed dui lorem, adipiscing in adipiscing et.
                </p>

                <div class="text-right">
                  <a href="#blog-post.html" class="read-more text-uppercase">Read more..</a>
                </div>
              </article><!-- .post-body end -->
            </div><!-- .blog-post.format-standard end -->
          </div>
          <!-- end blog-item -->

          <!-- Blog-item -->
          <div class="blog-item" style="position: absolute; left: 0px; top: 516px;">
            <div class="blog-post">
              <div class="post-media">
                <a href="#blog-post.html">
                  <img src="http://coderthemes.com/starto_1.1/images/blog/6.jpg" alt="blog post with image" class="img-responsive">
                </a>
              </div><!-- .post-media end -->

              <article class="post-body">
                <div class="post-info">
                  <div class="date">
                    <span class="day">16</span><br>
                    <span class="month">Sep</span>
                  </div>

                  <div class="meta-container">
                    <a href="#blog-single.html">
                      <h3>Beautiful Image Blog Post</h3>
                    </a>
                    <ul class="meta">
                      <li>
                        By : <a href="#">Coderthemes</a>
                      </li>
                    </ul>
                  </div>
                </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.
                  Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet voluptates.
                </p>

                <div class="text-right">
                  <a href="#blog-post.html" class="read-more text-uppercase">Read more..</a>
                </div>
              </article><!-- .post-body end -->
            </div><!-- .blog-post.format-standard end -->
          </div>
          <!-- end blog-item -->

          <!-- Blog-item -->
          <div class="blog-item" style="position: absolute; left: 388px; top: 944px;">
            <div class="blog-post">
              <div class="post-media">
                <a href="#blog-post.html">
                  <img src="http://coderthemes.com/starto_1.1/images/blog/7.jpg" alt="blog post with image" class="img-responsive">
                </a>
              </div><!-- .post-media end -->

              <article class="post-body">
                <div class="post-info">
                  <div class="date">
                    <span class="day">17</span><br>
                    <span class="month">Sep</span>
                  </div>

                  <div class="meta-container">
                    <a href="#blog-post.html">
                      <h3>Beautiful Image Blog Post</h3>
                    </a>
                    <ul class="meta">
                      <li>
                        By : <a href="#">Coderthemes</a>
                      </li>
                    </ul>
                  </div>
                </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.
                  Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet voluptates.Sed dui lorem, adipiscing in adipiscing et.
                </p>

                <div class="text-right">
                  <a href="#blog-post.html" class="read-more text-uppercase">Read more..</a>
                </div>
              </article><!-- .post-body end -->
            </div><!-- .blog-post.format-standard end -->
          </div>
          <!-- end blog-item -->

          <!-- Blog-item -->
          <div class="blog-item" style="position: absolute; left: 776px; top: 1011px;">
            <div class="blog-post">
              <div class="post-media">
                <a href="#blog-post.html">
                  <img src="http://coderthemes.com/starto_1.1/images/blog/8.jpg" alt="blog post with image" class="img-responsive">
                </a>
              </div><!-- .post-media end -->

              <article class="post-body">
                <div class="post-info">
                  <div class="date">
                    <span class="day">18</span><br>
                    <span class="month">Sep</span>
                  </div>

                  <div class="meta-container">
                    <a href="#blog-post.html">
                      <h3>Beautiful Image Blog Post</h3>
                    </a>
                    <ul class="meta">
                      <li>
                        By : <a href="#">Coderthemes</a>
                      </li>
                    </ul>
                  </div>
                </div>

                <p>
                  Nunc nec dui vitae urna cursus lacinia. In
                  venenatis eget justo in dictum. Vestibulum 
                  auctor raesent quis mi 
                  tincidunt, egestas libero nec, ullamcorper 
                  nisi. Etiam a dictum tellus, sed accumsan 
                  quam.
                </p>

                <div class="text-right">
                  <a href="#blog-post.html" class="read-more text-uppercase">Read more..</a>
                </div>
              </article><!-- .post-body end -->
            </div><!-- .blog-post.format-standard end -->
          </div>
          <!-- end blog-item -->

          <!-- Blog-item -->
          <div class="blog-item" style="position: absolute; left: 0px; top: 1012px;">
            <div class="blog-post">
              <div class="post-media">
                <a href="#blog-post.html">
                  <img src="http://coderthemes.com/starto_1.1/images/blog/9.jpg" alt="blog post with image" class="img-responsive">
                </a>
              </div><!-- .post-media end -->

              <article class="post-body">
                <div class="post-info">
                  <div class="date">
                    <span class="day">19</span><br>
                    <span class="month">Sep</span>
                  </div>

                  <div class="meta-container">
                    <a href="#blog-post.html">
                      <h3>Beautiful Image Blog Post</h3>
                    </a>
                    <ul class="meta">
                      <li>
                        By : <a href="#">Coderthemes</a>
                      </li>
                    </ul>
                  </div>
                </div>

                <p>
                  Nunc nec dui vitae urna cursus lacinia. In
                  venenatis eget justo in dictum. Vestibulum 
                  auctor raesent quis mi 
                  tincidunt, egestas libero nec, ullamcorper 
                  nisi. Etiam a dictum tellus, sed accumsan 
                  quam.
                </p>

                <div class="text-right">
                  <a href="#blog-post.html" class="read-more text-uppercase">Read more..</a>
                </div>
              </article><!-- .post-body end -->
            </div><!-- .blog-post.format-standard end -->
          </div>
          <!-- end blog-item -->
        </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 =======*/

.blog-section {
  padding-bottom: 30px;
}
.blog-post{
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
.blog-post .post-media{
  width: 100%;
  margin-bottom: 15px;
}
.blog-post .post-media img{
  opacity: 1;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  border-radius: 4px;
}
.blog-post .post-media img:hover{
  opacity: 0.7;
}
.blog-post .post-info{
  margin-bottom: 20px;
}
.blog-post .post-info .date{
  float: left;
  width: 50px;
  border: 2px solid #555;
  text-align: center;
  border-radius: 3px;
}
.post-info .date .day{
  font-size: 20px;
  color: #333;
  font-weight: 600;
}
.post-info .date .month{
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  display: inline-block;
}
.blog-post .meta {
  padding-left: 0px;
}
.blog-post .meta li{
  padding-right: 15px;
  color: #aaa;
  line-height: 22px;
  list-style: none;
}
.post-body p {
  color: #97a0af;
}
.blog-post .meta span{
  color: #333;
  font-size: 13px;
}
.blog-post .post-info .meta-container {
  padding-left: 65px;
}
.blog-post .post-info .meta-container a h3{
  margin-top: 0px;
  color: #111;
  font-size: 16px;
  padding-top: 5px;
  margin-bottom: 5px;
}
.blog-post .read-more {
  font-weight: 600;
  display: block;
  color: #666;
  font-size: 13px;
  letter-spacing: 0.03em;
}
.blog-wrapper .blog-item {
    width: 33.2%;
}
/* Blog-detail --*/
.blog-detail-box {
  padding-right: 30px;
}
.blog-detail-header span{
  padding: 0px 10px;
  font-size: 16px;
}
.blog-detail-header span a {
  color: #ffffff;
  font-size: 16px;
}
.blog-detail-header span i{
    padding-right: 5px;
}
.blog-detail .sub-title {
  margin-bottom: 0px;
  line-height: 26px;
  font-size: 15px;
  margin-bottom: 10px;
}
.blog-detail .sub-tt {
  font-style: italic;
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
}
.custom-blockquote {
    border-left: 4px solid #374760;
    background: #eef2f5;
    line-height: 28px;
    font-size: 17px;
    font-style: italic;
}

.blockquote-reverse {
  border-right: 4px solid #374760;
  border-left: none;
  padding-left: 30px;
  line-height: 28px;
}
.blog_comments {
  margin-top: 60px;
  padding-bottom: 30px;
}
.media img{
  width: 52px;
  height: 52px;
}
.media-body a {
    float: right;
    font-size: 13px;
}
.media-body h6 {
    font-style: italic;
}

.widget-search i {
  position: absolute;
  top: 0;
  right: 30px;
  line-height: 38px;
  text-align: center;
  color: #999;
  font-size: 18px;
}
.widget-search a i:hover{
  color: #374760;
}

.nav-list{
  list-style: none;
  padding: 0;
  padding-bottom: 20px;
}
.nav-list li{
  padding: 7px 0px;
  width: 100%;
}
.nav-list li a{
  font-weight: 600;
}
.nav-list li a:hover{
  color: #333b4d;
}
.tags{
  padding-bottom: 30px;
}

.tags a {
    font-size: 11px;
    line-height: 30px;
    color: #90979f;
    background: #e6edf2;
    padding: 5px 12px;
    margin-right: 2px;
    border-radius: 3px;
}
.tags a:hover {
  color: #fff;
  background: rgba(51,59,77,.7);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*======= Responsive ======*/
@media (min-width: 768px) {
    .nav-custom-left {
		margin-left: 5%;
	}
  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .contact-page .col-sm-6 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 768px) {
  .navbar-custom {
        -moz-box-shadow: 0 2px 2px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.1);
    box-shadow: 0 2px 2px rgba(0,0,0,.1);
  }
  .screen-space {
    margin: 0px auto 50px auto;
  }
  .feature-detail {
    padding: 0px 0px 50px 30px !important;
  }
  .footer h5 {
    margin-top: 30px;
  }
}


@media only screen and (min-width: 768px) and (max-width: 991px){
  .blog-wrapper .blog-item {
    width: 50%;
  }
  .navbar-custom .navbar-nav li a {
    font-size: 12px;
  }
  .blog-detail-box {
  padding-right: 0px;
}
}
@media only screen and (min-width: 767px) and (max-width: 991px){
  
}
@media (max-width: 767px) {
  .blog-wrapper .blog-item {
    width: 100%;
  }
  .logo {
    margin-top: 7px;
  }
  .blog-detail-box {
  padding-right: 0px;
}
}

Similar snippets

Bootstrap example and template. blog post image widget

blog post image widget

Bootstrap example and template. bs4 Latest News

bs4 Latest News

Bootstrap example and template. Latest Blog and News

Latest Blog and News

Bootstrap example and template. blog post grid cards

blog post grid cards

Bootstrap example and template. profile edit data and skills

profile edit data and skills

Bootstrap example and template. bs4 forum

bs4 forum

Bootstrap example and template. Ecommerce checkout with customer info and order summary

Ecommerce checkout with customer info and order summary

Bootstrap example and template. about me

about me

Bootstrap example and template. blog posts list page

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 644 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