Skip to content

Instantly share code, notes, and snippets.

@pankajparashar-zz
Created October 19, 2013 07:46
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 pankajparashar-zz/7052780 to your computer and use it in GitHub Desktop.
Save pankajparashar-zz/7052780 to your computer and use it in GitHub Desktop.
div {
width: 400px;
height: 400px;
background: #FFF;
border-top: 1px solid rgba(255, 255, 255, 0.5);
box-shadow: 0 -30px 64px -28px rgba(0, 0, 0, 0.09) inset,
2px 0 5px 0 rgba(0, 0, 0, 0.045),
0 1px 3px 0 rgba(0, 0, 0, 0.05),
0 0 26px 0 rgba(0, 0, 0, 0.05), 0 1px 16px 0 rgba(0, 0, 0, 0.04), 0 2px 6px 0 rgba(0, 0, 0, 0.08);
padding-top: 13px;
padding-bottom: 30px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment