Skip to content

Instantly share code, notes, and snippets.

@matpratta
Created May 8, 2017 13:10
Show Gist options
  • Select an option

  • Save matpratta/6858a8d701ad26f38f9b1773cd6667fb to your computer and use it in GitHub Desktop.

Select an option

Save matpratta/6858a8d701ad26f38f9b1773cd6667fb to your computer and use it in GitHub Desktop.
Always-visible element with shadows
/* Apply this to a class, so the object is always visible */
.some-class {
box-shadow: inset 0px 0px 2px rgba(255,255,255,0.35), 0px 0px 2px rgba(0, 0, 0, 0.5);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment