Holy Grail layout main content
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
<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 & 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