Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
    <title></title>
    <meta charset="utf-8" />
    <style type="text/css">
    body{
        margin: 0;
    }
    #container{
        font-family: 'myriad pro', helvetica, sans-serif;
        background: #eee;
    }
    #logo{
        margin: 0;
    }
    </style>
</head>
<body>
<div id="container">
    <div id="logo">
        <h1>logo</h1>
    </div>
    
</div>
</body>
</html>
Output

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

Dismiss x
public
Bin info
day01848pro
0viewers