Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
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