Created
December 18, 2015 20:39
-
-
Save alexbaldwin/603f399f9901ba02cc4d to your computer and use it in GitHub Desktop.
Square with rounded corners
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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