"Real Estate Media Listings"
Bootstrap 3.0.0 Snippet by moakdesigns

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<div class="container container-pad" id="latest-listings">
<div class="row">
<div class="col-md-12">
<h1>Million Dollar Home Listings</h1>
<p>A snippet I recently used to display homes for a local brokerage. Focused more on images when accessed through mobile</p>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12">
<!-- Begin Latest Listings -->
<div class="brdr bgc-fff pad-10 box-shad btm-mrg-10 latest-listing">
<div class="media">
<a class="pull-left hidden-xs hidden-sm" href="#" target="_parent">
<img alt="image" class="img-responsive" src="http://images.prd.mris.com/image/V2/1/Yu59d899Ocpyr_RnF0-8qNJX1oYibjwp9TiLy-bZvU9vRJ2iC1zSQgFwW-fTCs6tVkKrj99s7FFm5Ygwl88xIA.jpg"></a>
<div class="media-body fnt-smaller">
<a href="http://www.pressalink.com" target="_parent"></a>
<h4 class="media-heading pad-top-title">
<a href="#" target="_parent">Expense Report Software | Expenses Software</a></h4>
<p>Situated between fairmountpark and the prestigious philadelphia cricket ...</p>
<hr class="hr" />
<ul class="list-inline mrg-0 btm-mrg-5 clr-009900">
<li><span class="glyphicon glyphicon-link"></span> http://www.vancouverharbourdental.com/</li>
</ul>
<ul class="list-inline mrg-0 clr-FF0000">
<li>Click to view more details <span class="glyphicon glyphicon-log-in"></span></li>
</ul>
</div>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/**** BASE ****/
body {
color: #888;
}
a {
color: #03a1d1;
text-decoration: none!important;
}
/**** LAYOUT ****/
.list-inline>li {
padding: 0 10px 0 0;
}
.container-pad {
padding-bottom: 30px;
padding-left: 15px;
padding-right: 15px;
}
/**** MODULE ****/
.bgc-fff td {
background-color: #fff!important;
}
.bgc-FDF5E6 td.featured {
background-color: #FDF5E6!important;
}
.box-shad {
-webkit-box-shadow: 1px 1px 0 rgba(0,0,0,.2);
box-shadow: 1px 1px 0 rgba(0,0,0,.2);
}
.brdr {
border: 1px solid #ededed;
border-left-color: #03A1D1;
border-left-width: 2px;
}
/* Font changes */
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: