Skip to content

Instantly share code, notes, and snippets.

@berend-de-jong
Last active December 14, 2015 19:59
Show Gist options
  • Select an option

  • Save berend-de-jong/5140916 to your computer and use it in GitHub Desktop.

Select an option

Save berend-de-jong/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;
@berend-de-jong
Copy link
Author

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