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>
  <style type="text/css">
#wrap{
    width:960px;
    margin:auto;
    background:#fafafa; 
}
.nav {
    margin:0;
    padding:0;
    list-style:none;
    width:100%;
    overflow:hidden;
    text-align:justify;/* the key */
}
.nav li {
    display:inline;
}
.nav li;last-child { margin-right:100%;}
.nav li.last { margin-right:100%;}
.nav li a {
    display:inline-block;
    padding:13px 4px 0;
    color:#ccc;
    vertical-align:middle;
    text-decoration:none;
}
.nav li a:hover {color:#36c;}
</style>
</head>
<body>
<div id="wrap">
        <ul class="nav">
                <li>&nbsp; <a href="#">Home</a></li>
                <li>&nbsp; <a href="#">Blog</a></li>
                <li>&nbsp; <a href="#">Shop</a></li>
                <li>&nbsp; <a href="#">Lookbook</a></li>
                <li>&nbsp; <a href="#">Photagraphy</a></li>
                <li>&nbsp; <a href="#">Art</a></li>
                <li>&nbsp; <a href="#">Web&nbsp;Design</a></li>
                <li>&nbsp; <a href="#">Features</a></li>
                <li>&nbsp; <a href="#">Resources</a></li>
                <li>&nbsp; <a href="#">About</a></li>
                <li class="last">&nbsp; <a href="#">Contact</a> &nbsp; &nbsp;</li>
        </ul>
</div>
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers