Skip to content

Instantly share code, notes, and snippets.

@nelsonpecora
Created May 9, 2011 02:00
Show Gist options
  • Select an option

  • Save nelsonpecora/961915 to your computer and use it in GitHub Desktop.

Select an option

Save nelsonpecora/961915 to your computer and use it in GitHub Desktop.
Gentlemanly CSS Stuff
#div1 {
float: left;
}
#div2 {
float: right;
}
@media iphone-whatever {
#div2 {
clear: both;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment