Created
December 3, 2012 12:52
-
-
Save driesdelaey/4194849 to your computer and use it in GitHub Desktop.
doubleborder effect with text-shadow
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
/* DOUBLE SHADOW ON A GREY BGR */ | |
.class{ | |
border-left: 1px solid #fff; | |
box-shadow: -1px 0 0 0 #ccc; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment