Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<style>
  .container {
    overflow: hidden; /* not recommended */
    outline: solid 1px black;
  }
  
  .first {
    float: left;
    width: 500px;
    background: #faa;
  }
  
  .second {
    display: block;
    margin-left: 500px;
    background: #afa;
  }
</style>
<div class="container">
  <div class="first">
    first text
  </div>
  <div class="second">
    second text
  </div>
</div>
Resize the browser width to see the effect.
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers