Created
November 30, 2015 20:25
-
-
Save jiverson/3a415864abbb5d671132 to your computer and use it in GitHub Desktop.
circle image
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
/* <img class="circle" src="/path/to/your/image.jpg"> */ | |
.circle { | |
border-radius: 50%; | |
-moz-border-radius: 50%; | |
-webkit-border-radius: 50%; | |
-o-border-radius: 50%; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add a circle around your image