Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>JS Bin</title>
</head>
<body>
  
<script src="https://code.jquery.com/jquery-2.2.4.js"></script>
  
<div class="card-columns">
     
  <div class="card">
    <img class="card-img-top" src="http://lorempixel.com/400/200" alt="Card image cap">
    <div class="card-body">
      <h4 class="card-title">Card title</h4>
      <p class="card-text">This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p>
    </div>
    <div class="card-footer">
     <small class="text-muted"><i class="fa fa-eye" aria-hidden="true"></i>1585</small>
     <small class="text-muted"><i class="fa fa-thumbs-o-up" aria-hidden="true"></i>45</small>
     <small class="text-muted"><i class="fa fa-comments-o" aria-hidden="true"></i>27</small>
   </div>
  </div>
  <div class="card">
    <img class="card-img-top" src="http://lorempixel.com/400/200" alt="Card image cap">
    <div class="card-body">
      <h4 class="card-title">Card title</h4>
      <p class="card-text">This card has supporting text below as a natural lead-in to additional content.</p>
    </div>
    <div class="card-footer">
     <small class="text-muted"><i class="fa fa-eye" aria-hidden="true"></i>1585</small>
     <small class="text-muted"><i class="fa fa-thumbs-o-up" aria-hidden="true"></i>45</small>
     <small class="text-muted"><i class="fa fa-comments-o" aria-hidden="true"></i>27</small>
   </div>
  </div>
  <div class="card">
    <img class="card-img-top" src="http://lorempixel.com/400/200" alt="Card image cap">
    <div class="card-body">
      <h4 class="card-title">Card title</h4>
      <p class="card-text">This is a wider card with supporting text below as a natural lead-in to additional content. This card has even longer content than the first to show that equal height action.</p>
    </div>
    <div class="card-footer">
     <small class="text-muted"><i class="fa fa-eye" aria-hidden="true"></i>1585</small>
     <small class="text-muted"><i class="fa fa-thumbs-o-up" aria-hidden="true"></i>45</small>
     <small class="text-muted"><i class="fa fa-comments-o" aria-hidden="true"></i>27</small>
   </div>
  </div>
 
</div>
</body>
</html>
 
.card:nth-of-type(2n) img {
  display: none;
}
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
lime7pro
0viewers