Skip to content

Instantly share code, notes, and snippets.

@Twipped
Created February 23, 2012 02:29
Show Gist options
  • Save Twipped/1889320 to your computer and use it in GitHub Desktop.
Save Twipped/1889320 to your computer and use it in GitHub Desktop.
CSS Media Query for testing fullscreen ipad web apps
@media screen and (min-device-width: 800px) {
body {
width:1024px;
height:748px;
margin:20px auto;
background:black;
border:1px solid red;
}
html {
background:gray;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment