Skip to content

Instantly share code, notes, and snippets.

@john-cheesman
Last active August 29, 2015 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save john-cheesman/a4f88b20c029974b97ee to your computer and use it in GitHub Desktop.
Save john-cheesman/a4f88b20c029974b97ee to your computer and use it in GitHub Desktop.
HTML Spacing
<body>
<main class="content">
<header class="primary-header">
<nav class="primary-navigation">
<ul class="navigation-items">
<li class="navigation-item"><a href="#">Link</a></li>
<li class="navigation-item"><a href="#">Link</a></li>
<li class="navigation-item"><a href="#">Link</a></li>
</ul>
</nav>
</header>
<section class="primary-content">
<h1>First level heading</h1>
<p>Body copy</p>
<blockquote>
<p>Quote body copy</p>
<p>Qutoe body copy</p>
</blockquote>
</section>
<section class="secondary-content">
<ul>
<li>List item</li>
<li>List item</li>
<li>List item</li>
</ul>
</section>
</main>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment