anatomy of the blueprint css template
This is a brief overview of the basic template structure being used in my Blueprint Zen Cart template.
And a visual representation.
<body>
<div class="container">
<div id="header" class="span-24 prepend-top append-bottom"></div>
<div id="leftColumn" class="span-5"></div>
<div id="centerColumn" class="span-19 last"></div>
<div id="footer" class="span-24 append-bottom prepend-top"></div>
</div>
</body>And a visual representation.









