Skip to content

Instantly share code, notes, and snippets.

Created May 18, 2014 19:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/8723592e6c3bcbcf31ef to your computer and use it in GitHub Desktop.
Save anonymous/8723592e6c3bcbcf31ef to your computer and use it in GitHub Desktop.
@media screen and (min-width: 480px) {
/*********************************
TWO COLUMN LAYOUT
**********************************/
#primary {
width: 50%;
float: left;
}
#secondary {
width: 40%
float: right;
}
}
@media screen and (min-width: 660px) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment