-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsell-ad.php
20 lines (20 loc) · 1.27 KB
/
sell-ad.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<div class="sell-ad" style="width:100%; padding: 0 2%; background-color: white; display: inline-flex;">
<div class="ad-left" style="width: 80%;">
<p><span style="font-size: 10px; background-color: rgb(203, 212, 64); color: rgb(236, 8, 236); padding: 2px;">Ad</span><b> Sell your property on</b> REALESTATEKINGS.com</p>
<p style="color: rgb(190, 188, 188); font-size: 90%;">
<span class="material-icons check-circle">
check_circle
</span>Free for new users
<span class="material-icons check-circle">
check_circle
</span>Get genuine leads
<span class="material-icons check-circle">
check_circle
</span>Sell-faster
</p>
</div>
<div class="ad-right" style="width: 20%;">
<button class="sell-property" onclick="location.href='listProperty.php'"
style="float: right; margin-top:10%; padding: 2px; width: 120px; height: 30px; border: none; background-color: turquoise; cursor: pointer;">Post Your Property</button>
</div>
</div>