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="OuterContainer">
  <div class="Left" style='display: inline-block;height: 60px; width: 300px; background-color:red; border: 1px solid black; font-size: 0pt;'> </div>
    <div class="Middle" style='display: inline-block; vertical-align: bottom; height: 30px; width: 300px; background-color:green; border: 1px solid black; font-size: 0pt;'></div>
    <div class="Right" style='display: inline-block;height: 60px; width: 300px; background-color:blue; border: 1px solid black; font-size: 0pt;'></div>
  </div>
</body>
</html>
 
#OuterContainer
{
  min-width: 950px;
}
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers