Created
January 12, 2012 20:34
-
-
Save jackilyn/1602933 to your computer and use it in GitHub Desktop.
Stack of Papers CSS
This file contains hidden or 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
| body { | |
| background: #666; | |
| } | |
| .papers { | |
| background-color: white; | |
| height: 350px; | |
| padding: 20px; | |
| width: 260px; | |
| -webkit-box-shadow: | |
| 1px 1px 0 rgba(0, 0, 0, 0.100), | |
| 3px 3px 0 rgba(255, 255, 255, 1.0), | |
| 4px 4px 0 rgba(0, 0, 0, 0.125), | |
| 6px 6px 0 rgba(255, 255, 255, 1.0), | |
| 7px 7px 0 rgba(0, 0, 0, 0.150), | |
| 9px 9px 0 rgba(255, 255, 255, 1.0), | |
| 10px 10px 0 rgba(0, 0, 0, 0.175); | |
| box-shadow: | |
| 1px 1px 0 rgba(0, 0, 0, 0.100), | |
| 3px 3px 0 rgba(255, 255, 255, 1.0), | |
| 4px 4px 0 rgba(0, 0, 0, 0.125), | |
| 6px 6px 0 rgba(255, 255, 255, 1.0), | |
| 7px 7px 0 rgba(0, 0, 0, 0.150), | |
| 9px 9px 0 rgba(255, 255, 255, 1.0), | |
| 10px 10px 0 rgba(0, 0, 0, 0.175); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment