Skip to content

Instantly share code, notes, and snippets.

@cyrilletuzi
Created January 28, 2017 14:20
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 cyrilletuzi/338487ec8fc8d3691fbb1972d1e6352e to your computer and use it in GitHub Desktop.
Save cyrilletuzi/338487ec8fc8d3691fbb1972d1e6352e to your computer and use it in GitHub Desktop.
<div id="wrapper-global">
<header id="header">
<div id="header-logo">Logo (on the left)</div>
<nav id="header-nav">Menu (on the right)</nav>
</header>
<div id="wrapper-main">
<main id="content">
<article class="story">Article 1</article>
<article class="story">Article 2</article>
</main>
<aside id="sidebar">Sidebar</aside>
</div>
<footer id="footer">Footer</footer>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment