isofarro / css-layouts
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sat Apr 18 05:42:37 -0700 2009 | |
| |
README.markdown | Sun Apr 19 00:38:41 -0700 2009 | |
| |
grid-layout/ | Sun Apr 19 00:38:41 -0700 2009 | |
| |
page-layout/ | Sun Apr 19 00:43:59 -0700 2009 |
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)
