Skip to content

Instantly share code, notes, and snippets.

@Frique
Last active December 14, 2015 19:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Frique/5140916 to your computer and use it in GitHub Desktop.
Save Frique/5140916 to your computer and use it in GitHub Desktop.
CSS: border opacity
border: 20px solid rgba(0,0,0, 0.3);
-moz-background-clip: padding;
-webkit-background-clip: padding;
background-clip: padding-box;
@Frique
Copy link
Author

Frique commented Mar 12, 2013

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment