Skip to content

Instantly share code, notes, and snippets.

@cetint
Created February 22, 2012 16:52
Show Gist options
  • Save cetint/1885998 to your computer and use it in GitHub Desktop.
Save cetint/1885998 to your computer and use it in GitHub Desktop.
CSS3 background color
.myElement{
/*Transparan bir görünümü olan açık turuncu rengi için*/
Background: rgba(255,128,0,0.7);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment