Skip to content

Instantly share code, notes, and snippets.

@wildwest-service
Created April 20, 2015 02:47
Show Gist options
  • Save wildwest-service/f0386f003d49b025cef3 to your computer and use it in GitHub Desktop.
Save wildwest-service/f0386f003d49b025cef3 to your computer and use it in GitHub Desktop.
両端が丸いボタンを作るCSSのサンプル
.btn {
border-radius(17px 17px / 50% 50%);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment