Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!doctype html>
<html>
    <head>
        <meta charset=utf-8>
        <title>404 - Page not found!</title>
    </head>
    
    <body>
        <div class="emoticon">:(</div>
        <div class="status">404</div>
        <div class="message">Page not found</div>
    </body>
</html>
 
body {
    margin: 16% auto 0;
    color: #eee;
    font-size: 3em;
    line-height: 4;
    text-align: center;
    text-transform: lowercase;
    letter-spacing: .05em;
    background: #222;
}
.emoticon {
    font-size: 3em;
    line-height:1;
    
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.status {
    font-size: 6em;
    line-height: .6;
}
.message {
    font-size: 1.3em;
    line-height: 1.4;
}
Output

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

Dismiss x
public
Bin info
creativitypro
0viewers