Listing-card-style

Developer
Size
3,573 Kb
Views
48,576

How do I make an listing-card-style?

What is a listing-card-style? How do you make a listing-card-style? This script and codes were developed by Kdooley on 25 September 2022, Sunday.

Listing-card-style Previews

Listing-card-style - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>listing-card-style</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="outer-container"> <div class="listing-card-outer has-space-top"> <a href="#0"> <div class="listing-card-img"> <div class="listing-card-pricing"> $2500 - $3000/mo </div> </div> </a> <div class="listing-card-details"> <div class="listing-card-name"> The Victor Apartments </div> <div class="listing-card-street"> 110 Beverly Street #62 </div> <div class="listing-card-city"> Boston, MA </div> <div class="listing-beds-baths"> 1-3 beds, 1-3 baths </div> <div class="listing-view-details"> <a href="#0">View Details</a> </div> </div> <div class="listing-card-actions"> <a class="card-contact-action" href="#0"> <p>Contact</p> </a> <a class="card-contact-action" href="#0"> <p>Share</p> </a> </div> </div>
</div> <script src='https://code.jquery.com/jquery-2.2.4.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js'></script>
</body>
</html>

Listing-card-style - Script Codes CSS Codes

html { box-sizing: border-box;
}
*, *::after, *::before { box-sizing: inherit;
}
body { color: #9C9EA1; background-color: #f6f6f6; font-family: "Ubuntu", "Helvetica", "Arial", san-serif;
}
.has-space-top { margin-top: 25px !important;
}
.outer-container { max-width: 960px; margin-left: auto; margin-right: auto;
}
.outer-container::after { clear: both; content: ""; display: block;
}
.listing-card-outer { margin: 0 0 10px; border: 0; background: #fff; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); box-sizing: border-box; max-width: 380px; position: relative;
}
.listing-card-img { height: 300px; position: relative; background-image: url("http://www.apartmentsearch.com/?img=1&action=getImg&id=3109C285-548D-4249-971A-55DF9DE0D5DA"); background-size: cover;
}
.listing-card-img .listing-card-pricing { position: absolute; bottom: 0; color: white; background: -webkit-linear-gradient(rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.8)); background: linear-gradient(rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.8)); width: 100%; padding: 20px 15px; font-weight: 100; font-size: 1.6em;
}
.listing-card-details { position: relative; padding: 15px; line-height: 1.5;
}
.listing-card-details .listing-card-name { color: #222; font-weight: bold; font-size: 1.2em;
}
.listing-card-details .listing-view-details { text-align: right;
}
.listing-card-details .listing-view-details a { color: #f15e2b; text-decoration: none;
}
.listing-card-details .listing-view-details:after { font-family: 'fontAwesome'; content: "\f178"; position: relative; padding-left: 5px; color: #f15e2b;
}
.listing-card-actions { position: relative; height: 40px; bottom: 0; left: 0; background-color: rgba(204, 204, 204, 0.25);
}
.listing-card-actions .card-contact-action { float: left; width: 50%; background-color: white; border-top: 1px solid #ccc; text-align: center; text-decoration: none; color: #f15e2b; -webkit-transition: all 300ms ease; transition: all 300ms ease;
}
.listing-card-actions .card-contact-action:hover { background-color: rgba(242, 242, 242, 0.25);
}
.listing-card-actions .card-contact-action:nth-child(1) { border-right: 1px solid #ccc;
}
Listing-card-style - Script Codes
Listing-card-style - Script Codes
Home Page Home
Developer Kdooley
Username kdooley89
Uploaded September 25, 2022
Rating 3
Size 3,573 Kb
Views 48,576
Do you need developer help for Listing-card-style?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Kdooley (kdooley89) Script Codes
Create amazing SEO content with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!