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="hero"></div>
  
  <div class="other">
    <h1>Other Divs</h1>
    <p>bla bla</p>
  </div>
  
  
  
  
  
</body>
</html>
 
html, body{height:100%; margin:0;}
#hero{
  position:relative;
  height:130vh;
  background: no-repeat 
    url(http://i.stack.imgur.com/eWFn6.png) bottom / 100%,
    url(http://i.stack.imgur.com/IVgpV.png) 50% top / cover;
}
Output 300px

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

Dismiss x
public
Bin info
roXonpro
0viewers