Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!-- Copy over your previous HTML code below-->
<html>
<head>
  <link href="http://fonts.googleapis.com/css?family=Open+Sans:400,800" rel="stylesheet" type="text/css">
  <title></title>
</head>
<body>
 <header>
   <h1>ELK Web Design</h1>
   <nav>
     <a href="#">work</a>
     <a href="#">about</a>
     <a href="#">contact</a>
   </nav>
   <div id="hero">
     <img src="http://i.imgur.com/pdsjjxD.jpg">
   </div>
  </header>
  <selection>
    <div class="about">
      <h2>Who We Are</h2>
      <p>Elk provides clean and innovative sites for small businesses, artists, and professionals.</p>
    </div>
    <div class="services">
      <h2>What We Do</h2>
      <ul>
        <li>HTML</li> 
        <li>CSS</li> 
        <li>Responsive</li> 
        <li>Visual Design</li>
      </ul>
    </div>
  </selection>
  <footer>
    <p>© 2014 ELK</p>
  </footer>
  </html>
Output

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

Dismiss x
public
Bin info
caitfriedlanderpro
0viewers