Skip to content

Instantly share code, notes, and snippets.

@anveo
Created March 24, 2011 22:00
Show Gist options
  • Save anveo/885997 to your computer and use it in GitHub Desktop.
Save anveo/885997 to your computer and use it in GitHub Desktop.
body
#container
header
#content
#flash
.left-column
.right-column
footer
@import 960/grid
$ninesixty-columns: 24
#container
+grid-container
header, footer
+grid-unit-base
+grid-width(24)
#content
+grid-unit-base
#flash
+grid-width(24)
.left-column
+alpha
+grid-unit-base
+grid-width(16)
.right-column
+omega
+grid-unit-base
+grid-width(8)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment