Skip to content

Instantly share code, notes, and snippets.

@cetint
Created February 22, 2012 16:42
Show Gist options
  • Save cetint/1885949 to your computer and use it in GitHub Desktop.
Save cetint/1885949 to your computer and use it in GitHub Desktop.
Css kenar yuvarlatma
.myElement{
/* Özelliğin birtakım sağlayıcı önek ile yapılan örnekleri */
-webkit-border-radius:20px;
-moz-border-radius:20px;
/*Öneklere ihtiyaç duyulmadan yapılan örnekler*/
border-radius:20px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment