Real Estate Listing banner Images and CSS

Hi Guys,

While I was browsing a realestate site I came across something that I think was really good. A Cool identifier to mark listings as one of the below mentioned statuses.

  1. Leased
  2. Off Market
  3. For Lease
  4. Selling Now
  5. Sold
  6. Under Contract

So I thought I should make some markers that could be useful for few.

Below is the artwork I worked on and is available under open license. You can use the images for FREE on both Commercial or Non-Commercial sites if you like. My motive is to show how you can place these onto your DIV so it all looks nice and clean.

Adobe Illustrator Vector file can be downloaded at the end of this post (registration required)

`For Lease` Banner

For Lease PNG

`Leased` Banner

Leased Image file

`Sold` Banner

Sold Image for RealEstate listings

`Under Contract` banner

Under Contract Banner for Realestate

`Off Market` banner

`Selling Now` banner

Selling Now FREE Banner

 

 

Alright now lets take a look at the CSS, markup and the demo

The Markup

  1. <div class='listing'>
  2. <div class='banner'></div>
  3. <div class='title'>Property for sale</div>
  4. <!-- Your other markup goes here -->
  5. </div>

The CSS

  1. .listing {
  2. width:600px;
  3. height: 200px;
  4. border: 8px solid rgba(59,95,147,0.4);
  5. border-radius: 10px;
  6. position: relative;
  7. }
  8. .banner {
  9. position: absolute;
  10. top:0;
  11. left:0;
  12. height:150px;
  13. width:150px;
  14. background: url(../img/real-status/sold.png) 0 0 no-repeat;
  15. background-size: 60% 60%;
  16. opacity: 0.7;
  17. }
  18. .title {
  19. background: rgba(59,95,147,0.6);
  20. padding: 10px;
  21. color: #FFF;
  22. }

What it looks like

This is just a basic example to give you an idea on how to use the above labels.

Real Estate listing example with Sold banner

Demo

http://jaspreetchahal.org/examples/css-examples/real-estate-listing-banners.html

 

Download Vector

http://bit.ly/M23SNp

 

I hope that this will be helpful in one way or another.

Hope to bring you some other cool stuff in future.

Cheers,

Advertisement

 

VN:F [1.9.22_1171]
Rating: 0.0/5 (0 votes cast)
VN:F [1.9.22_1171]
Rating: 0 (from 0 votes)

Speak Your Mind

*

CommentLuv badge