Skip to content

Instantly share code, notes, and snippets.

@cyrilletuzi
Created January 28, 2017 14:20
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
<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