Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<html>
<body>
<div id="container">
        <div id="wrapper">
               <div id="element">
                          <a id="link" href="http://net.tutsplus.com/">thisisthebestthingthatihaveeverfoundandiloveittopieces</a>
               </div>
        </div>
        <div id="wrapper">
           <div id="anotherelement"></div>
        </div>
    
</div>
</body>
</html>
 
#container {
    background: #C2DFEF;
    border: solid 1px #36F;
    width: 500px;
    margin: 30px;
    padding: 5px;
    overflow:hidden;
}
#wrapper {
        width:50%;
        float: left;
}
#element{
    background: #95CF3F;
    border: solid 1px #36F;
    float: left;
        overflow:hidden;
}
#anotherelement {
    background: #95CF3F;
    border: solid 1px #36F;
    float: left;
}
#link {
  word-wrap:break-word;
}
Output 300px

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

Dismiss x
public
Bin info
anonymouspro
0viewers