Bootstrap snippet and html example. BlogList

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.

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.5 included, to get the result that you can see in the preview selection

<link href="http://getbootstrap.com/examples/jumbotron-narrow/jumbotron-narrow.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css">
<div class="container bootstrap snippets bootdey">

  <div class="header">
    <h3 class="prj-name">
        <span class="fa fa-building-o principal-title"></span>
        Properties
    </h3>
  </div>

  <div class="list-content">
    <ul class="list-group">

      <li href="#" class="list-group-item text-left">
        <div>
            <img class="property-image img-thumbnail" style="float:left" src="http://www.simpsonpropertygroup.com/Uploads2/ThumbnailsForStateModule_resized/thumb_8.jpg">
            <div class="property-content">
                <span class="title">Carriage Place</span>
                <p>
                    4875 DTC Blvd
                  <br>  
                    Denver, CO 80237   
                </p>
                <span class="glyphicon glyphicon-earphone"></span>
            </div>
            <div class="pull-right">
                <div>
                <a  class="btn btn-success btn-xs glyphicon glyphicon-ok" href="#" title="View"></a>
                <a  class="btn btn-danger  btn-xs glyphicon glyphicon-trash" href="#" title="Delete"></a>
                <a  class="btn btn-info  btn-xs glyphicon glyphicon glyphicon-comment" href="#" title="Send message"></a>
                </div>
                <div>test</div>
            </div>
        </div>
      </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.5 included, to get the result that you can see in the preview selection

.property-content{
float: left;
padding-left: 10px
}
.property-content p {
    font-size: 14px;
    line-height: 16px;
    color: #918E8B;
    white-space: nowrap;
}
.property-content .title {
    font-size: 16px;
    color: #252525;
    font-weight: bold
}

.list-content{
 min-height:300px;
}


.list-group-item img {
    height:100px; 
    width:100px;
}

.jumbotron .btn {
    padding: 5px 5px !important;
    font-size: 12px !important;
}
.prj-name {
    color:#1984B3;    
}
.break{
    width:100%;
    margin:20px;
}
.name {
    color:#5bc0de;    
}
.list-group-item{
    border-top: 1px solid #ccc !important;
    border-right: 0px !important;
    border-bottom: 1px solid #ccc !important;
    border-left: 0px !important;
    
}
.list-group-item:first-child, .list-group-item:last-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

Similar snippets

Bootstrap example and template. Latest News section

Latest News section

Bootstrap example and template. panel dashboard widget

panel dashboard widget

Bootstrap example and template. profile edit settings

profile edit settings

Bootstrap example and template. Receipt page

Receipt page

Bootstrap example and template. General Search Results

General Search Results

Bootstrap example and template. white footer

white footer

Bootstrap example and template. invoice order receipt

invoice order receipt

Bootstrap example and template. find jobs cards

find jobs cards

Bootstrap example and template. BlogList

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 592 views, Using this bootstrap snippet you have the following benefits:

Bootstrap 3.3.5

<link rel='stylesheet' href='https://netdna.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css'>

<script src='https://netdna.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js'></script>

This code example is based on bootstrap 3.3.5 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