Skip to content

Instantly share code, notes, and snippets.

@themorgantown
Created November 12, 2011 00:08
Show Gist options
  • Save themorgantown/1359745 to your computer and use it in GitHub Desktop.
Save themorgantown/1359745 to your computer and use it in GitHub Desktop.
<style type="text/css">
body {
background-color: #FFFFFF;
margin: 0px;
}
@media screen and (orientation:portrait)
{
#portrait_hype_container {
display: block;}
#landscape_hype_container {
display: none;}}
@media screen and (orientation:landscape)
{
#portrait_hype_container {
display: none;}
#landscape_hype_container {
display: block;}}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment