Skip to content

Instantly share code, notes, and snippets.

@cetint
Created February 22, 2012 16:50
Show Gist options
  • Save cetint/1885991 to your computer and use it in GitHub Desktop.
Save cetint/1885991 to your computer and use it in GitHub Desktop.
CSS3 ve renkler
.myElement{
color: rgb(255,0,0);/*CSS 2.1 deki renk özelliği için*/
color: rgba(255,0,0,0.9);/*CSS3 yeni renk modeli testi için*/
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment