Skip to content

Instantly share code, notes, and snippets.

@cetint
Created February 22, 2012 17:10
Show Gist options
  • Save cetint/1886122 to your computer and use it in GitHub Desktop.
Save cetint/1886122 to your computer and use it in GitHub Desktop.
CSS3 şeffaflık kodları
.myElement{
/*Bu ifade elementin %70 opak, %30 saydam olmasını sağlar */
opacity: 0.7;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment