Skip to content

Instantly share code, notes, and snippets.

@steinsag
Last active December 11, 2015 03:59
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 steinsag/4542068 to your computer and use it in GitHub Desktop.
Save steinsag/4542068 to your computer and use it in GitHub Desktop.
Basic site structure incorporating responsive.gs requirements
<body>
<div id="page_wrap" class="container">
<header>...</header>
<section id="content_wrap">
<section id="article_listing">
<article>...</article>
<article>...</article>
</section>
<aside>...</aside>
<aside>...</aside>
</section>
<footer>...</footer>
</div>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment