Skip to content

Instantly share code, notes, and snippets.

@emanuer
Created February 18, 2014 10:31
Show Gist options
  • Save emanuer/9068331 to your computer and use it in GitHub Desktop.
Save emanuer/9068331 to your computer and use it in GitHub Desktop.
floating_box: {
box-shadow: 0px 0px 0 1px hsla(0, 100%, 100%, 0.7), /*white border around element*/
1px 1px 0px 2px hsl(0, 0%, 92%), /*gray 3D side*/
2px 2px 0px 2px hsla(0, 100%, 100%, 0.5), /*white border below 3D side*/
9px 9px 7px 0px hsla(0, 0%, 0%, 0.1);} /*wide shadow — floating apprearance*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment