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="one">1</div>
   <div id="three">3</div>
   <div id="two">2</div>
  
</body>
</html>
 
body{
  margin:0 auto;
}
div{
 margin:0 auto;
  border:0px solid;
 height:200px;
  display:block;
  
}
#one {
  width:20%;
  float:left;
  background:red;
}
#two {
  width:60%;
 background:yellow;
  
}
#three {
  width:20%;
  float:right;
   background:blue;
}
Output 300px

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

Dismiss x
public
Bin info
nightstalker22pro
0viewers