Title

Main Content

This is my solution to a "Holy Grail" CSS layout. My version also snaps into flex box at a small screen width.

The rules of the "Holy Grail" are as follows:

  1. Have a fluid center with fixed width sidebars.
  2. Allow the center column to appear first in the source.
  3. Allow any column to be the tallest, require only a single extra div of markup.
  4. Require very simple CSS, with minimal hacks patches.

Read more at: AListApart.com