Skip to content

Instantly share code, notes, and snippets.

@andrewpthorp
Created August 19, 2011 01:45
Show Gist options
  • Save andrewpthorp/1155802 to your computer and use it in GitHub Desktop.
Save andrewpthorp/1155802 to your computer and use it in GitHub Desktop.
HTML markup
<header>
<h1>Test</h1>
<nav>
<a href="#">Test Link</a>
<a href="#">Test Link</a>
<a href="#">Test Link</a>
</nav>
<img />
</header>
<!-- If you wanted this to span 977px, with the h1 floated left, the nav 15 pixels off of it, also on the left, and the image floated right, with a 1px solid #000 border below it -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment