Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script class="jsbin" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.min.js"></script>
<meta charset=utf-8 />
<title>JS Bin</title>
<!--[if IE]>
  <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<style>
  article, aside, figure, footer, header, hgroup, 
  menu, nav, section { display: block; }
  
  pre{ border: 2px solid #CCC; padding:5px; margin:5px; }
  pre>span {font-weight:bold;}
  pre>span:after {content:':'; padding-right:10px; }
  pre.info { background: #EFEFEF; color:#999; border-color:#CCC;}
  pre.warn { background: #FFFAE6; color:orange; border-color:orange;}
  pre.log { background: #EFEFEF; color:yellow; border-color:yellow;}
  pre.error { background: #EFEFEF; color:red; border-color:red;}
  div {padding:1em; border:1px solid black;}
</style>
</head>
<body>
      <div id="container">
        <div class="outer">
          <div>
            <div>text here</div>
          </div>
        </div>
        <div class="outer">
          <div>
            text here
          </div>
        </div>
    </div>
</body>
</html>
Output 300px

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

Dismiss x
public
Bin info
anonymouspro
0viewers