Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Folio</title>
</head>
  
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"></script>
<script src="image.js" type="text/javascript"></script>
<link rel="stylesheet" href="image.css" type="text/css" media="screen">
<body>
<!--<section class="ss-icon">-->
<div class="img-container">
  <img src="img/lightblue.gif" alt="a" width="100%" height="200" />   
  <p class="description">Pure Waves</p> 
</div>
  
  
<div class="img-container">
  <img src="img/blue.gif" alt="b" width="100%" height="200" />
    <p class="description">Sports Bottles</p> 
</div>
<div class="img-container">
  <img src="img/purple.gif" alt="c" width="100%" height="200" />
</div>
<div class="img-container">
  <img src="img/lightpurple.gif" alt="a" width="100%" height="200" />
</div>
<div class="img-container">
  <img src="img/lightred.gif" alt="a" width="100%" height="200" />
</div>
<div class="img-container">
  <img src="img/darkred.gif" alt="a" width="100%" height="200" />
</div>
<div class="img-container">
  <img src="img/darkgrey.gif" alt="a" width="100%" height="200" />
</div>
<div class="img-container">
  <img src="img/lightgrey.gif" alt="a" width="100%" height="200" />
</div>
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers