Guest User

Untitled

a guest
Dec 13th, 2017
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. <main class="page-grid">
  2. <header class="grid-item header">Header</header>
  3. <nav class="grid-item nav">Navigation</nav>
  4. <aside class="grid-item sidebar-grid">Sidebar</aside>
  5.  
  6. <div class="grid-item content">
  7. <h1>Content</h1>
  8. <p>As more content is added to this, the column will grow taller. We can place the main elements for a page in this area.</p>
  9. </div>
  10.  
  11. <footer class="grid-item footer">Footer</footer>
  12. </main>
Add Comment
Please, Sign In to add comment