Skip to content

Instantly share code, notes, and snippets.

@alexbaldwin
Created December 18, 2015 20:42
Show Gist options
  • Save alexbaldwin/80e2947a431b49ac6d4a to your computer and use it in GitHub Desktop.
Save alexbaldwin/80e2947a431b49ac6d4a to your computer and use it in GitHub Desktop.
Square with hard corners
.photo img {
width: 230px;
border-radius: 0%;
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