Skip to content

Instantly share code, notes, and snippets.

@samzeng
Created September 10, 2015 03:29
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 samzeng/505b027cf9ad15e83d86 to your computer and use it in GitHub Desktop.
Save samzeng/505b027cf9ad15e83d86 to your computer and use it in GitHub Desktop.
Smooth box shadow
.box-shadow {
box-shadow: 0 0 1px rgba(0, 0, 0, 0.7);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment