Created
February 1, 2013 14:01
-
-
Save gashtio/4691461 to your computer and use it in GitHub Desktop.
Clipping an image to a circle using border-radius CSS property
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
<img src="http://profile.ak.fbcdn.net/hprofile-ak-snc4/276311_100002617687873_1118195351_n.jpg" | |
style="width: 100px; height:100px; -webkit-border-radius:52px;"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment