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="wrapper">
    <div class="content">
        some text here1
    </div>
    <div class="lbar">
        some text here2
    </div>
</div>
</body>
</html>
 
#wrapper{width: 75%;min-width: 800px;}
.content{ float: left; width: 20%;}
.lbar{float: left;width: 20%;}
Output

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

Dismiss x
public
Bin info
dsky1990pro
0viewers