Skip to content

Instantly share code, notes, and snippets.

@mayank-patel
Created March 16, 2013 06:05
Show Gist options
  • Save mayank-patel/5175206 to your computer and use it in GitHub Desktop.
Save mayank-patel/5175206 to your computer and use it in GitHub Desktop.
A CodePen by Mayank Patel. Image Circle
<span class="image-wrap "></span>
.image-wrap {
display: inline-block;
width: 400px;
height: 400px;
background-image: url('http://logopond.com/img/logopond_gravatar.gif');
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
box-shadow: 0 0 1px 3px RED;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment