Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>JS Bin</title>
</head>
<body>
  
<section class="filters">
  
    <div>
        <h6>Show me:</h6>
        <ul>
            <li class="selected"><a href="#">Next 7 days</a></li>
            <li><a href="#">Tonight</a></li>
            <li><a href="#">Tomorrow Night</a></li>
            <li><a href="#">This Weekend</a></li>
            <li class="bullet-dropdown"><a href="#">Choose Date</a></li>
        </ul>
    </div>
    <div>
        <h6>Order by:</h6>
        <ul>
            <li class="selected"><a href="#">Longer  Wording Example</a></li>
            <li><a href="#">Recently Added</a></li>
        </ul>
    </div>
    <div>
        <h6>Filter by:</h6>
        <ul>
            <li class="selected"><a href="#">All</a></li>
            <li><a href="#">Bars</a></li>
            <li><a href="#">Pubs</a></li>
            <li><a href="#">Clubs</a></li>
            <li><a href="#">Festivals</a></li>
        </ul>
    </div>
  
</section><!-- end .filters -->  
  
</body>
</html>
Output 300px

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

Dismiss x
public
Bin info
foodforarabbitpro
0viewers