Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<style>
  #wrapper {
    margin: 0 auto;
  }
  
  #left-container {
    background: #71637d;
    width: 130px;
    float: left;
  }
  
  #right-container {
    background: #99cccc;
  }
</style>
<div id='wrapper'>
  <div id='left-container'>
    #left-container
  </div>
  <div id='right-container'>
    #right-container<br/>
    with two lines of content
  </div>
</div>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers