Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<div class="container">
  <div class="inner">1</div>
  <div class="inner">2</div>
  <div class="inner">3</div>
  <div class="inner">shouldn't be here</div>
</div>
 
.container { height: 40px; width: 330px; overflow:hidden; background:#e6e6e6; }
.inner { height:40px; width: 110px; background: orange; float:left; }
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers