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="left"></div>
  <div class="right"></div>
  <div class="center"></div>
</body>
</html>
 
   html,body{margin:0; padding: 0;}
  .left,.right,.center { height: 200px;}
  .left {position:absolute; top:0; left:0; width: 200px; background-color: #ccc;}
  .right {position:absolute; top:0; right:0;  width: 200px; background-color: #ccc;}
  .center { margin: 0 210px; background-color: #666;}
Output

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

Dismiss x
public
Bin info
dsky1990pro
0viewers