Skip to content

Instantly share code, notes, and snippets.

@faridjame
Created March 9, 2012 14:33
Show Gist options
  • Save faridjame/2006753 to your computer and use it in GitHub Desktop.
Save faridjame/2006753 to your computer and use it in GitHub Desktop.
CSS: Opacity
.opacity {
opacity: 0.9;
filter: alpha(opacity=90);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment