Skip to content

Instantly share code, notes, and snippets.

@fititnt
Created July 20, 2012 12:48
Show Gist options
  • Save fititnt/3150554 to your computer and use it in GitHub Desktop.
Save fititnt/3150554 to your computer and use it in GitHub Desktop.
Rascunho de grid base
.contem {
margin: 0 auto;
width: 60em; /* (960px/16) = 60em */
/* width: 960px; */
}
.contem:after {
content: "";
display: table;
clear: both;
}
.contem {
*zoom: 1; /* POG ie7 */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment