Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
    <header>
        <div class="container"> 
            <div id="top header">
                <h1>Acme Web Design</h1>
            </div>
            <nav>
                <a href="index.html">HOME</a>
                <a href="about.html">ABOUT</a>
                <a href="services.html">SERVICES</a>
            </nav>
        </div>
    </header>
<!-- end snippet -->
 
header {
        background-color: #35424a;
        border-bottom: 2px solid #ff6600;
        color: white;
        padding-top: 30px;
        min-height: 70px;
      
    }
header h1 {
        float:left;
    }
    nav {
      float:right;
      margin-right:10%
    }
    nav a {
        color: white;
        text-decoration: none;
        padding: 10px;
    }
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers