Created
January 18, 2017 01:51
-
-
Save nguyenvu/cac61806829985e33d6ee62d7fef1ba1 to your computer and use it in GitHub Desktop.
Chuyển màu trắng đen
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
.filtered { | |
-webkit-filter: grayscale(100%); | |
filter: grayscale(100%); | |
} | |
img { | |
float: left; | |
max-width: 50%; | |
border: 10px solid white; | |
} | |
* { | |
box-sizing: border-box; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment