Skip to content

Instantly share code, notes, and snippets.

@toshimaru
Created August 28, 2012 05:23
Show Gist options
  • Save toshimaru/3495190 to your computer and use it in GitHub Desktop.
Save toshimaru/3495190 to your computer and use it in GitHub Desktop.
circle with css3
.circle {
background-color: #cc3;
height: 150px;
width: 150px;
border-radius:75px;
-moz-border-radius:75px;
-webkit-border-radius: 75px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment