Created
April 29, 2010 17:08
-
-
Save jasonmelgoza/383896 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
<hgroup class="row"> | |
<header class="column grid_5"><h1>header</h1></header> | |
<nav class="column grid_7"><p>nav</p></nav> | |
</hgroup> | |
<section class="row"> | |
<div class="column grid_6"><p>content</p></div> | |
<div class="column grid_3"><p>aside</p></div> | |
<div class="column grid_3"><p>aside</p></div> | |
</section> | |
<footer class="row"> | |
<div class="column grid_12"><p>footer</p></div> | |
</footer> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment