Skip to content

Instantly share code, notes, and snippets.

@juliuscsurgo
Created January 3, 2013 17:11
Show Gist options
  • Save juliuscsurgo/4445017 to your computer and use it in GitHub Desktop.
Save juliuscsurgo/4445017 to your computer and use it in GitHub Desktop.
Making CSS border transparent without images
.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