Skip to content

Instantly share code, notes, and snippets.

@adparadise
Created July 27, 2012 20:03
Show Gist options
  • Save adparadise/3190182 to your computer and use it in GitHub Desktop.
Save adparadise/3190182 to your computer and use it in GitHub Desktop.
Fluid Grid example
div.page {
width: 90%;
margin: auto;
}
div.left_column {
width: 58.333333%
}
div.right_column {
width: 41.66667%
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment