Skip to content

Instantly share code, notes, and snippets.

@alexbaldwin
Created December 18, 2015 20:39
Show Gist options
  • Save alexbaldwin/603f399f9901ba02cc4d to your computer and use it in GitHub Desktop.
Save alexbaldwin/603f399f9901ba02cc4d to your computer and use it in GitHub Desktop.
Square with rounded corners
.photo img {
width: 230px;
border-radius: 20%;
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment