Created
September 14, 2011 22:16
-
-
Save jzimdars/1217963 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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