Skip to content

Instantly share code, notes, and snippets.

@themarcba
Created May 11, 2014 15:51
Show Gist options
  • Save themarcba/1df7b62adcd9370bdd00 to your computer and use it in GitHub Desktop.
Save themarcba/1df7b62adcd9370bdd00 to your computer and use it in GitHub Desktop.
CSS: Transparency
.transparent {
zoom: 1;
filter: alpha(opacity=70);
opacity: 0.7;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment