Skip to content

Instantly share code, notes, and snippets.

@safranck
Last active August 29, 2015 14:15
Show Gist options
  • Save safranck/9addbba6d7352920dcba to your computer and use it in GitHub Desktop.
Save safranck/9addbba6d7352920dcba to your computer and use it in GitHub Desktop.
CSS border-radius Rounded Image
.gallery img {
border-radius: 100%;
float: left;
margin-right: 10px;
height: 175px;
width: 175px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment