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="footer">
        <p>A bunch of example stuff inside here...</p>
    </div>
</body>
</html>
 
#footer {
        color: #fff;
        background: #000;
        width: 100%;
        position: absolute;
        bottom: 0px;
    }
@media print { 
}
Output

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

Dismiss x
public
Bin info
Baumrpro
0viewers