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="m-box">
      <div class="cont" ></div>
  </div>
  <div class="m-asider"></div>
</body>
</html>
 
html,body{margin:0; padding: 0;}
.m-box .cont,.m-asider { height: 200px;  }
.m-box { float:left;margin-left: -210px; width: 100%;}
.m-box .cont {background-color: #ccc;margin-left: 210px;}
.m-asider {float: right; width: 200px;  background-color: #ccc;}
Output

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

Dismiss x
public
Bin info
dsky1990pro
0viewers