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 class="header">
  some text in the header
</div>
<div class="content">
  <div class="content-text">
    <h1>Here comes the content</h1>
    ...with some text in it
  </div>
</div>
</body>
</html>
 
html, body {
}
.header {
  height: 50px;
  background-color: #ff0;
}
.content-text, .content {
  background-color: #ccc;
}
.content {
  position: absolute;
  top: 70px;
  left: 8px;
  right: 8px;
  bottom: 0px;
}
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers