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>
  <div class="contain">
    <div class="contain-grid"></div>
    <div class="contain-controls"><ul>
      <li>Item</li>
      <li>Item</li>
      <li>Item</li>
      <li>Item</li>
    </ul></div>
  </div>
  
</body>
</html>
 
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
* {
  margin: 0;
  padding: 0;
}
.contain {
  position: relative;
  width: 1200px;
}
.contain-grid {
  height: 500px;
  margin-right: 200px;
  background: #ccc;
}
.contain-controls {
  background: #fcfcfc;
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
  min-height: 400px;
}
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers