Skip to content

Instantly share code, notes, and snippets.

@andrewsmedina
Created June 20, 2011 17:29
Show Gist options
  • Save andrewsmedina/1036076 to your computer and use it in GitHub Desktop.
Save andrewsmedina/1036076 to your computer and use it in GitHub Desktop.
borda arredondada css3
.borda-arredondada {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
behavior: url(/media/css/PIE.htc);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment