Skip to content

Instantly share code, notes, and snippets.

@cetint
Created February 22, 2012 16:53
Show Gist options
  • Save cetint/1885999 to your computer and use it in GitHub Desktop.
Save cetint/1885999 to your computer and use it in GitHub Desktop.
CSS3 hsla() renk fonksiyonu
.myElement{
/*Katı mavi renk ve opaklığı 0.5*/
color: hsla(240,100%,50%,0.5);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment