Bootstrap snippet and html example. Real State Property List

Bootstrap 3.3.6 snippet "Real State Property List" with HTML, CSS, and JS. Copy, paste, and customize this responsive UI component for your project.
Tags: real state

HTML code

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

  <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

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

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 Estates Property Detail

Real Estates Property Detail

Bootstrap example and template. Real State Property Column

Real State Property Column

Bootstrap example and template. Real state

Real state

Bootstrap example and template. Real state item list

Real state item list

Bootstrap example and template. bs5 dark footer

bs5 dark footer

Bootstrap example and template. Simple admin dashboard home

Simple admin dashboard home

Bootstrap example and template. zig zag user description

zig zag user description

Bootstrap example and template. social network dashboard count

social network dashboard count

FAQ

How do I use this snippet?

Include Bootstrap 3.3.6, 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.6.

Bootstrap example and template. Real State Property List

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

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