Skip to content

Instantly share code, notes, and snippets.

@furahaclothing
Created August 10, 2012 03:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save furahaclothing/3310862 to your computer and use it in GitHub Desktop.
Save furahaclothing/3310862 to your computer and use it in GitHub Desktop.
角丸
div.kadomaru {
border-radius: 20px; /* CSS3 */
-moz-border-radius: 20px; /* Firefox */
-webkit-border-radius: 20px; /* Safari,Chrome */
border: 3px green solid; /* border */
background-color: #ccffcc; /* background */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment