Skip to content

Instantly share code, notes, and snippets.

@ricardobarantini
Created May 15, 2013 00:03
Show Gist options
  • Save ricardobarantini/5580721 to your computer and use it in GitHub Desktop.
Save ricardobarantini/5580721 to your computer and use it in GitHub Desktop.
Botões do Bootstrap (mais) arredondados
.btn-rounded {
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-o-border-radius: 50px;
-ms-border-radius: 50px;
border-radius: 50px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment