Skip to content

Instantly share code, notes, and snippets.

@gashtio
Created February 1, 2013 14:01
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save gashtio/4691461 to your computer and use it in GitHub Desktop.
Save gashtio/4691461 to your computer and use it in GitHub Desktop.
Clipping an image to a circle using border-radius CSS property
<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