CSS Zen Garden inspiration
Years ago I discovered CSS Zen Garden — Dave Shea’s classic demonstration that the same HTML can take on wildly different looks when styled only with CSS. That idea stuck with me.
My homepage uses a similar structure: fixed semantic sections (intro, navigation, footer) styled through bb4.css rather than table layouts or heavy presentational markup. The accompanying zen_garden.css file in this folder is an old experiment that revisits that approach.
If you want the full gallery of community designs and the original sample markup, visit csszengarden.com. This page is only my note on how that project influenced this site’s design.