Created
May 8, 2017 13:10
-
-
Save matpratta/6858a8d701ad26f38f9b1773cd6667fb to your computer and use it in GitHub Desktop.
Always-visible element with shadows
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
| /* 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