Bootstrap snippet and html example. Real State Property 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

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 bootstrap snippets bootdeys" id="property-list">
    <div class="col-md-6 col-sm-6 col-xs-12">
        <div class="panel">
            <div class="panel-body">
                <div class="row">
                    <div class="col-sm-5">
                        <a href="#"><img src="https://www.bootdey.com/image/300x300/20B2AA/000000" class="img-responsive"></a>
                    </div>
                    <div class="col-sm-7">
                        <h4 class="title-real-estates">
                            <strong><a href="#">Property 1</a></strong> <span class="pull-right">$12,990</span>
                        </h4>
                        <hr>
                        <p>Iki kie mung omah lodong dadiine rodo murah tur yo ra awet wong karang mung murah, nek pingin awet yo tuku omah-omahan wae sing ra iso rusak.</p>
                        <p><span class="label label-danger">1,292 SqFt</span> | <span class="label label-danger">3 Beds</span> | <span class="label label-danger">4 Baths</span></p>
                    </div>
                </div>
            </div>
        </div>
    </div>
    <div class="col-md-6 col-sm-6 col-xs-12">
        <div class="panel">
            <div class="panel-body">
                <div class="row">
                    <div class="col-sm-5">
                        <a href="#"><img src="https://www.bootdey.com/image/300x300/FF7F50/000000" class="img-responsive"></a>
                    </div>
                    <div class="col-sm-7">
                        <h4 class="title-real-estates">
                            <strong><a href="#">Property 2</a></strong> <span class="pull-right">$12,990</span>
                        </h4>
                        <hr>
                        <p>Iki kie mung omah lodong dadiine rodo murah tur yo ra awet wong karang mung murah, nek pingin awet yo tuku omah-omahan wae sing ra iso rusak.</p>
                        <p><span class="label label-danger">1,292 SqFt</span> | <span class="label label-danger">3 Beds</span> | <span class="label label-danger">4 Baths</span></p>
                    </div>
                </div>
            </div>
        </div>
    </div>
    <div class="col-md-6 col-sm-6 col-xs-12">
        <div class="panel">
            <div class="panel-body">
                <div class="row">
                    <div class="col-sm-5">
                        <a href="#"><img src="https://www.bootdey.com/image/300x300/87CEFA/000000" class="img-responsive"></a>
                    </div>
                    <div class="col-sm-7">
                        <h4 class="title-real-estates">
                            <strong><a href="#">Property 3</a></strong> <span class="pull-right">$12,990</span>
                        </h4>
                        <hr>
                        <p>Iki kie mung omah lodong dadiine rodo murah tur yo ra awet wong karang mung murah, nek pingin awet yo tuku omah-omahan wae sing ra iso rusak.</p>
                        <p><span class="label label-danger">1,292 SqFt</span> | <span class="label label-danger">3 Beds</span> | <span class="label label-danger">4 Baths</span></p>
                    </div>
                </div>
            </div>
        </div>
    </div>
    <div class="col-md-6 col-sm-6 col-xs-12">
        <div class="panel">
            <div class="panel-body">
                <div class="row">
                    <div class="col-sm-5">
                        <a href="#"><img src="https://www.bootdey.com/image/300x300/FFB6C1/00000" class="img-responsive"></a>
                    </div>
                    <div class="col-sm-7">
                        <h4 class="title-real-estates">
                            <strong><a href="#">Property 4</a></strong> <span class="pull-right">$12,990</span>
                        </h4>
                        <hr>
                        <p>Iki kie mung omah lodong dadiine rodo murah tur yo ra awet wong karang mung murah, nek pingin awet yo tuku omah-omahan wae sing ra iso rusak.</p>
                        <p><span class="label label-danger">1,292 SqFt</span> | <span class="label label-danger">3 Beds</span> | <span class="label label-danger">4 Baths</span></p>
                    </div>
                </div>
            </div>
        </div>
    </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 {
    background-color: #f2f2f2; 
    margin-top:20px;
}

.panel {
    border-color: #fff;
}

#property-list img {
    width: 100%;
    height: 170px;
    border: 5px solid #ecf0f1;
    margin-bottom: 7px;
}

.label-danger {
    background-color: #d9534f;
}

#property-list h4.title-real-estates a {
    color: #f39c12;
}

#property-list h4.title-real-estates a:hover {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    color: #f1c40f;
}

#property-list h4 span {
    color: #f1c40f;
}

Similar snippets

Bootstrap example and template. Real state item list

Real state item list

Bootstrap example and template. Real state

Real state

Bootstrap example and template. Real Estates Property Detail

Real Estates Property Detail

Bootstrap example and template. Real State Property Column

Real State Property Column

Bootstrap example and template. bs5 dark footer

bs5 dark footer

Bootstrap example and template. profile with data and skills

profile with data and skills

Bootstrap example and template. chat app

chat app

Bootstrap example and template. bs4 crud users

bs4 crud users

Bootstrap example and template. Real State Property 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 6.8K 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