Skip to content

Instantly share code, notes, and snippets.

@psiborg
Created January 16, 2012 19:14
Show Gist options
  • Select an option

  • Save psiborg/1622446 to your computer and use it in GitHub Desktop.

Select an option

Save psiborg/1622446 to your computer and use it in GitHub Desktop.
CSS RGBa Alpha Transparency
div {
background: rgb(0, 0, 0); /* fallback */
background: rgba(0, 0, 0, 0.65);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment