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>
  <style>
    div{
      height: 100%;
      display: inline-block;
    }
    #sidebar{
      left: 0px;
      position:absolute;
      border: 1px solid red;
      width: 27px;
    }
    #content{
      border: 1px solid blue;
      left:0px;
      position:absolute;
      width: 100%;
      padding-left: 27px;
    }
    #left-col, #right-col{
      border: 1px dashed black;
    }
    #left-col{
      width: 40%;
    }
    #right-col{
      width: 60%;
    }
  </style>
</head>
<body>
  <div id="sidebar">
  </div><div id="content">
    <div id="left-col">
    </div>
    <div id="right-col">
    </div>
  </div>
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers