<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,600,700' rel='stylesheet' type='text/css'>
<div class="main-wrapper">
<div class="cards">
<div class="make-3D-space">
<div class="product-card">
<div class="product-front">
<div class="shadow"></div>
<img src="http://gdurl.com/yImf" alt="Free Courses Picture" />
<div class="image_overlay"></div>
<a href="http://google.com">
<div class="view_details">More details</div>
</a>
<div class="info-container">
<!--<span class="product_price">$39</span>-->
<div class="program-name">Free CPE Courses</div>
<span class="program-description">Catchy Tagline that could be two rows or maybe another but no more! Seriously! Okay maybe it's okay to have another.</span>
<div class="program-details">
<ul>
<li>These rigt here are the highlights of the program the crazy thing is too long.</li>
<li>These_are_the_hightlights_ of this pro gram and stuff program</li>
<li>These_are_the_hightlights_ o folk aj d fort k jdf program could be better</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="cards">
<div class="make-3D-space">
<div class="product-card">
<div class="product-front">
<div class="shadow"></div>
<img src="http://gdurl.com/cLh7" alt="Free Courses Picture" />
<div class="image_overlay"></div>
<a href="http://google.com">
<div class="view_details">More details</div>
</a>
<div class="info-container">
<!--<span class="product_price">$39</span>-->
<div class="program-name">Accounting War Stories</div>
<span...
$(document).ready(function() {
// Lift card and show info on Mouseover
$('.product-card').hover(function() {
$(this).addClass('animate');
}, function() {
$(this).removeClass('animate');
});
});
Please Whitelist JSFiddle in your content blocker.
Help keep JSFiddle free for always by one of two ways:
Whitelist JSFiddle in your content blocker (two clicks)
Go PRO and get access to additional PRO features →
Join the 4+ million users, and keep the JSFiddle dream alive.
Ad-free
All ads in the editor and listing pages are turned completely off.
Use pre-released features
You get to try and use features (like the Palette Color Generator) months before everyone else.
Fiddle collections
Sort and categorize your Fiddles into multiple collections.
Private collections and fiddles
You can make as many Private Fiddles, and Private Collections as you wish!
Console
Debug your Fiddle with a minimal built-in JavaScript console.