Created
August 28, 2012 05:23
-
-
Save toshimaru/3495190 to your computer and use it in GitHub Desktop.
circle with css3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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