Skip to content

Instantly share code, notes, and snippets.

@JGallardo
Created January 21, 2014 21:19
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 JGallardo/8548606 to your computer and use it in GitHub Desktop.
Save JGallardo/8548606 to your computer and use it in GitHub Desktop.
test containers
/* resets */
body { margin:0; padding:0; }
/* outer container */
.outside{
background: #888;
height: 100%;
width: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 10;
}
/* inner container */
.containerIpad{
background-color: #fff;
width: 1024px;
height: 768px;
margin: auto;
position:absolute;
top:0; left:0;bottom:0; right:0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment