Skip to content

Instantly share code, notes, and snippets.

@rankun203
Created June 2, 2016 02:35
Show Gist options
  • Save rankun203/daad6b8c6a46c89300cf322bef97cc29 to your computer and use it in GitHub Desktop.
Save rankun203/daad6b8c6a46c89300cf322bef97cc29 to your computer and use it in GitHub Desktop.
Make an img be a circle.
border-radius: 50% !important;
/* height: 128px; */
border: 5px solid #fff;
box-shadow: 0 2px 3px rgba(0,0,0,0.25);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment