Bootstrap snippet and html example. Real state item list

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: real state,item,list

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

<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet">
<div class="container bootstrap snippets bootdey">
    <div class="row">
    <div class="col-md-8">
        <ul class="list-listings">
            <li class="featured">
                <div class="listing-header bg-base">
                    Featured listing
                </div>
                <div class="listing-image">
                    <img src="https://www.bootdey.com/image/300x300/4682B4/000000" class="img-responsive" alt="">
                </div>
                <div class="listing-body">
                    <h3><a href="#">Fortitor Posuere &amp; Praesent Metus Ins</a></h3>
                    <p>
                    Lorem ipsum dolor sit amet, consectetur adipisg elitm Ut tincidunt purus iaculis ipsum dctum non dtum quam consectetur adipisg elitm Ut tincidunt, Ut tincidunt purus iaculis ipsum dctum non dtum quam consectetur adipisg elitm Ut tincidunt.
                    </p>
                    <div class="meta-info">
                        <ul>
                            <li><i class="fa fa-calendar"></i> <small>23 July 2014</small></li>
                            <li><i class="fa fa-user"></i> <small>By <a href="#">Alex Smith</a></small></li>
                            <li><i class="fa fa-comment"></i> <small>10 comments</small></li>
                            <li class="stretch text-right"><a href="#" class="">Read more</a></li>
                        </ul>
                    </div>
                </div>
            </li>
            <li class="">
                <div class="listing-image">
                    <img src="https://www.bootdey.com/image/300x300/FFA07A/000000" class="img-responsive" alt="">
                </div>
                <div class="listing-body">
                    <h3><a href="#">Fortitor Posuere &amp; Praesent Metus Ins</a></h3>
                    <p>
                    Lorem ipsum dolor sit amet, consectetur adipisg elitm Ut tincidunt purus iaculis ipsum dctum non dtum quam consectetur adipisg elitm Ut tincidunt, Ut tincidunt purus iaculis ipsum dctum non dtum quam consectetur adipisg elitm Ut tincidunt.
                    </p>
                    <div class="meta-info">
                        <ul>
                            <li><i class="fa fa-calendar"></i> <small>23 July 2014</small></li>
                            <li><i class="fa fa-user"></i> <small>By <a href="#">Alex Smith</a></small></li>
                            <li><i class="fa fa-comment"></i> <small>10 comments</small></li>
                            <li class="stretch text-right"><a href="#" class="">Read more</a></li>
                        </ul>
                    </div>
                </div>
            </li>
            <li class="">
                <div class="listing-image">
                    <img src="https://www.bootdey.com/image/300x300/20B2AA/000000" class="img-responsive" alt="">
                </div>
                <div class="listing-body">
                    <h3><a href="#">Fortitor Posuere &amp; Praesent Metus Ins</a></h3>
                    <p>
                    Lorem ipsum dolor sit amet, consectetur adipisg elitm Ut tincidunt purus iaculis ipsum dctum non dtum quam consectetur adipisg elitm Ut tincidunt, Ut tincidunt purus iaculis ipsum dctum non dtum quam consectetur adipisg elitm Ut tincidunt.
                    </p>
                    <div class="meta-info">
                        <ul>
                            <li><i class="fa fa-calendar"></i> <small>23 July 2014</small></li>
                            <li><i class="fa fa-user"></i> <small>By <a href="#">Alex Smith</a></small></li>
                            <li><i class="fa fa-comment"></i> <small>10 comments</small></li>
                            <li class="stretch text-right"><a href="#" class="">Read more</a></li>
                        </ul>
                    </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.4 included, to get the result that you can see in the preview selection

ul.list-listings {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}

ul.list-listings>li {
  margin-bottom: 30px;
  border: 1px solid #e0eded;
  border-radius: 2px;
}

ul.list-listings .listing-image {
  width: 30%;
  display: table-cell;
}

ul.list-listings .listing-image img {
  border-bottom-left-radius: 2px;
}

ul.list-listings .listing-body {
  padding: 10px 15px;
  display: table-cell;
  vertical-align: top;
}

ul.list-listings .listing-body h3 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

ul.list-listings .listing-body p {
  margin: 5px 0;
}

ul.list-listings .listing-body .meta-info {
  border-top: 1px solid #e0eded;
  padding-top: 7px;
}

ul.list-listings .listing-body .meta-info ul {
  width: 100%;
  display: table;
  table-layout: auto;
}

ul.list-listings .listing-body .meta-info ul li {
  display: table-cell;
  border-right: 1px solid #e0eded;
  text-align: center;
}

ul.list-listings .listing-body .meta-info ul li i {
  color: #333;
  margin-right: 5px;
}

ul.list-listings .listing-body {
  padding: 10px 15px;
  display: table-cell;
  vertical-align: top;
}

.bg-base {
  background: #3498db;
  color: #fff;
}

ul.list-listings>li.featured {
  border-color: #3498db;
}

ul.list-listings>li {
  margin-bottom: 30px;
  border: 1px solid #e0eded;
  border-radius: 2px;
}

ul.list-listings>li:before, ul.list-listings li:after {
  content: "";
  display: table;
}

ul.list-listings .listing-header {
  display: block;
  clear: both;
  padding: 8px 15px;
  font-weight: 600;
  text-transform: uppercase;
}

Similar snippets

Bootstrap example and template. bs4 user card task list

bs4 user card task list

Bootstrap example and template. Social Network timeline feed

Social Network timeline feed

Bootstrap example and template. Booking Requests list

Booking Requests list

Bootstrap example and template. Contact List

Contact List

Bootstrap example and template. news widget

news widget

Bootstrap example and template. Blog post list

Blog post list

Bootstrap example and template. News Widget

News Widget

Bootstrap example and template. Bootdey post lists

Bootdey post lists

Bootstrap example and template. Real state item list

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

Bootstrap 3.3.4

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

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

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