"Listagem de imóveis para Bootstrap"
Bootstrap 3.3.0 Snippet by Jorgedev

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="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.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 ---------->
<link rel="stylesheet" href="http://fontawesome.io/assets/font-awesome/css/font-awesome.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
<div class="container">
<section class="row">
<h2>Listagem de imóveis para Bootstrap</h2>
<article class="col-sm-4 col-xs-12">
<div class="imovel-item">
<div class="imovel-item-foto">
<span class="for-sale">Para venda</span>
<a href="#"><img src="http://www.clickhabitacao.com.br/wp-content/uploads/2015/07/capa.jpg" alt="">
</a>
<div class="imovel-link"> <a href="#">Mais detalhes</a> </div>
<aside class="imovel-desc">
<li><i class="fa fa-arrows-alt" aria-hidden="true"></i> <span>450m²</span> </li>
<li><i class="fa fa-bed" aria-hidden="true"></i> <span>5</span></li>
<li><i class="fa fa-bath" aria-hidden="true"></i> <span>3</span></li>
</aside>
</div>
<div class="imovel-item-info">
<header class="imovel-title-price">
<h5><a href="#">Apartamento Padrão</a></h5>
<span class="price">R$ 490.000,00</span>
</header>
<p><i class="fa fa-map-o" aria-hidden="true"></i> Campanário, Diadema - SP</p>
</div>
</div>
</article>
<article class="col-sm-4 col-xs-12">
<div class="imovel-item">
<div class="imovel-item-foto">
<span class="for-sale">Para venda</span>
<a href="#"><img src="http://www.clickhabitacao.com.br/wp-content/uploads/2015/07/capa.jpg" alt="">
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
::selection {
background: #0e69b7;
color: #fff;
text-shadow: none;
}
.imovel-item {
margin-bottom: 20px;
overflow: hidden;
}
.imovel-item-foto {
position: relative;
}
.post-title-time::before, .for-sale {
background: #95c41f none repeat scroll 0 0;
}
.for-sale {
background: #195B7D none repeat scroll 0 0;
color: #fff;
font-family: 'montserrat';
font-size: 14px;
font-weight: 600;
left: 0;
margin-bottom: 0;
padding: 6px 15px;
position: absolute;
text-transform: uppercase;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.imovel-item-foto > a {
display: block;
}
.imovel-item-foto > a > img {
width: 100%;
-webkit-transition: all 0.8s ease 0s;
transition: all 0.8s ease 0s;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: