Bootstrap snippet and html example. BlogList

Bootstrap 3.3.5 snippet "BlogList" with HTML, CSS, and JS. Copy, paste, and customize this responsive UI component for your project.

HTML code

Clean, semantic HTML that powers this Bootstrap 3.3.5 snippet. Copy and paste it into your page (with Bootstrap loaded) to reproduce the exact layout shown in the preview.

<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

Scoped CSS that styles the component. Paste it after Bootstrap 3.3.5 to keep the design, spacing, and responsiveness consistent.

.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. Profile Activities Followers Following

Profile Activities Followers Following

Bootstrap example and template. card reviews

card reviews

Bootstrap example and template. activity page

activity page

Bootstrap example and template. bs4 column divided

bs4 column divided

Bootstrap example and template. bs5 dark footer

bs5 dark footer

Bootstrap example and template. social User Profile and layout

social User Profile and layout

Bootstrap example and template. Chat box

Chat box

Bootstrap example and template. colored users cards

colored users cards

FAQ

How do I use this snippet?

Include Bootstrap 3.3.5, 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.5.

Bootstrap example and template. BlogList

About this bootstrap example/template

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 924+ views. Reuse this snippet to speed up landing pages, dashboards, or onboarding flows.

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