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 id="d"></div>
  <div id="i"></div>
  <div id="m"></div>
</body>
</html>
 
div {
  height: 400px;
}
div#i {
  float: left;
  width: 10px;
  background: #555
}
div#d {
  float: right;
  width: 10px;
  background: #555
}
div#m {
  margin: 0 10px;
  background: #0f0
}
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers