isofarro / css-layouts

Experimenting with different CSS layout systems: page-based, grids

This URL has Read+Write access

name age message
file .gitignore Sat Apr 18 05:42:37 -0700 2009 Created a balanced layout with equi-distant mar... [isofarro]
file README.markdown Sun Apr 19 00:38:41 -0700 2009 clean grids-based layout [isofarro]
directory grid-layout/ Sun Apr 19 00:38:41 -0700 2009 clean grids-based layout [isofarro]
directory page-layout/ Sun Apr 19 00:43:59 -0700 2009 refixed the page layout approach [isofarro]
README.markdown

CSS Grid structure

A simple grid structure for building stable pixel-width layouts.

Two approaches:

  • The content areas define the width
  • The width is entirely implemented with grids

Two types of grid elements:

  • Grid blocks for containing content (block)
  • Grid containers for containing other grid blocks (container)