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

About this bootstrap example/template
This free Bootstrap 3.3.5 snippet, BlogList, was published on Oct 30th 2017, 09:05 by Casdasf Man.
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