Skip to content

Instantly share code, notes, and snippets.

@rsgranne
Created April 16, 2016 16:12
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 rsgranne/907e804e727a5fed51e388b2916a9939 to your computer and use it in GitHub Desktop.
Save rsgranne/907e804e727a5fed51e388b2916a9939 to your computer and use it in GitHub Desktop.
Holy Grail layout main content
<p>
Characteristics of the Holy Grail layout:
</p>
<ul>
<li>Fluid center with fixed-width sidebars</li>
<li>Center column containing main content appears first in the HTML</li>
<li>All columns should be the same height, no matter which column is actually tallest</li>
<li>Minimal markup &amp; no hacks</li>
<li>Footer should stick to the bottom of the page even if the content is short</li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment