Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<title>JS Bin</title>
<style>
  
  .element {
    min-height: 20px;
    min-width: 30px;
    background: #999;
  }
  
  .test {
    height:100%;
    background:lime;
  }
</style>
</head>
<body>
  <div class="element"
    <div class="test">2</div>
  </div>
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers