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>
  <header>
        <div class="header_wrap"></div>
  </header>
</body>
</html>
 
header {
    min-height: 130px;
    background: #0f0;
}
.header_wrap {
    width: 980px;
    margin: 0 auto;
    outline: 1px solid #000;
    min-height: 130px;
}
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers