Skip to content

Instantly share code, notes, and snippets.

@jiverson
Created November 30, 2015 20:25
Show Gist options
  • Save jiverson/3a415864abbb5d671132 to your computer and use it in GitHub Desktop.
Save jiverson/3a415864abbb5d671132 to your computer and use it in GitHub Desktop.
circle image
/* <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%;
}
@jiverson
Copy link
Author

Add a circle around your image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment