Skip to content

Instantly share code, notes, and snippets.

@ahaywood
Last active December 11, 2015 08:48
Show Gist options
  • Save ahaywood/4575411 to your computer and use it in GitHub Desktop.
Save ahaywood/4575411 to your computer and use it in GitHub Desktop.
CSS: Circle Image
.circle { -webkit-border-radius: 50em; -moz-border-radius: 50em; -o-border-radius: 50em; border-radius: 50em; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment