Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<head>
<style>
body {
    margin: 0;
    padding: 0;
}
nav {
    background: black;
      
}
nav ul li {
    list-style: none;
    display: inline-block;
    padding: 5px;
      margin-left:-35px;
      margin-right:50px;
}
nav ul li a {
    text-decoration: none;
    color: white;
}
</style>
</head>
<body>
<div class="container">
            <nav class="main_nav">
                    <ul>
                        <li><a href="">Home</a></li>
                        <li><a href="">Post a question</a></li>
                    </ul>
            </nav>[enter image description here][1]
        </div>
</body>
</html>
Output

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

Dismiss x
public
Bin info
mandar262pro
0viewers