Created
January 28, 2017 14:20
-
-
Save cyrilletuzi/338487ec8fc8d3691fbb1972d1e6352e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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