- Home
- Components
- Blocks Property
Blocks Property
Examples
rent
Title property
This is simply dummy text of the printing and typesetting industry. That has been the industry standard ...
House
1
200m
60 000
rent
Title property
This is simply dummy text of the printing and typesetting industry. That has been the industry standard ...
House
1
200m
60 000
rent
Title property
This is simply dummy text of the printing and typesetting industry. That has been the industry standard ...
House
1
200m
60 000
AخA
1
<div class="property-card card properties-border">
2
<div class="property-card-header image-box">
3
<img src="assets/img/placeholders/395x250.png" alt="" class="" />
4
<div class="budget"><i class="fa fa-star"></i></div>
5
<a href="listing.html" class="property-card-hover">
6
<img src="assets/img/property-hover-arrow.png" alt="" class="left-icon" />
7
<img src="assets/img/plus.png" alt="" class="center-icon" />
8
<img src="assets/img/icon-notice.png" alt="" class="right-icon" />
9
</a>
10
</div>
11
<div class="property-card-tags">
12
<span class="label label-default label-tag-warning">special</span>
13
</div>
14
<div class="property-card-box card-box card-block">
15
<h3 class="property-card-title"><a href="listing.html">Title property</a></h3>
16
<div class="property-card-descr">This is simply dummy text of the printing and typesetting industry. That has been the industry standard ...</div>
17
<div class="property-preview-footer clearfix">
18
<div class="property-preview-f-left text-color-primary">
19
<span class="property-card-value">
20
<i class="fa fa-home"></i>House
21
</span>
22
<span class="property-card-value">
23
<i class="fa fa-tint"></i>1
24
</span>
25
<span class="property-card-value">
26
<i class="fa fa-eur"></i>60 000
27
</span>
28
</div>
29
</div>
30
</div>
31
</div>
32
Examples #2
rent
Title property
This is simply dummy text of the printing and typesetting industry. That has been the industry standard ...
House
1
200m
60 000
rent
Title property
This is simply dummy text of the printing and typesetting industry. That has been the industry standard ...
House
1
200m
60 000
rent
Title property
This is simply dummy text of the printing and typesetting industry. That has been the industry standard ...
House
1
200m
60 000
32
1
<div class="property-card card properties-border">
2
<div class="property-card-header image-box">
3
<img src="assets/img/placeholders/395x250.png" alt="" class="" />
4
<div class="budget"><i class="fa fa-star"></i></div>
5
<a href="listing.html" class="property-card-hover">
6
<img src="assets/img/property-hover-arrow.png" alt="" class="left-icon" />
7
<img src="assets/img/plus.png" alt="" class="center-icon" />
8
<img src="assets/img/icon-notice.png" alt="" class="right-icon" />
9
</a>
10
</div>
11
<div class="property-card-tags">
12
<span class="label label-default label-tag-warning">special</span>
13
</div>
14
<div class="property-card-box card-box card-block">
15
<h3 class="property-card-title"><a href="listing.html">Title property</a></h3>
16
<div class="property-card-descr">This is simply dummy text of the printing and typesetting industry. That has been the industry standard ...</div>
17
<div class="property-preview-footer clearfix">
18
<div class="property-preview-f-left text-color-primary">
19
<span class="property-card-value">
20
<i class="fa fa-home"></i>House
21
</span>
22
<span class="property-card-value">
23
<i class="fa fa-tint"></i>1
24
</span>
25
<span class="property-card-value">
26
<i class="fa fa-eur"></i>60 000
27
</span>
28
</div>
29
</div>
30
</div>
31
</div>
32