Created
January 3, 2013 17:11
-
-
Save juliuscsurgo/4445017 to your computer and use it in GitHub Desktop.
Making CSS border transparent without images
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
.container { | |
-webkit-box-shadow: 0px 0px 0px 4px rgba(0,0,0,0.3); | |
box-shadow: 0px 0px 0px 4px rgba(0,0,0,0.3); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment