Created
March 16, 2013 06:05
-
-
Save mayank-patel/5175206 to your computer and use it in GitHub Desktop.
A CodePen by Mayank Patel. Image Circle
This file contains 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
<span class="image-wrap "></span> |
This file contains 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
.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