Skip to content

Instantly share code, notes, and snippets.

@jzimdars
Created September 14, 2011 22:16
Show Gist options
  • Save jzimdars/1217963 to your computer and use it in GitHub Desktop.
Save jzimdars/1217963 to your computer and use it in GitHub Desktop.
div.pages {
margin: 0 auto;
width: 960px;
position: relative;
}
div.page {
height: auto;
position: relative;
margin: 0;
padding: 0;
background: #fff;
-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
-moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
box-shadow: 0 0 10px rgba(0,0,0,0.3);
(...)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment