Created
April 19, 2017 14:08
-
-
Save iba-cmsteam/f8d96e77b8fee4f505272618496870d4 to your computer and use it in GitHub Desktop.
CSS.monotone.color.css
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 { | |
| background: yellow; | |
| position: relative; | |
| } | |
| .filtered img { | |
| -webkit-filter: grayscale(100%); | |
| filter: grayscale(100%); | |
| opacity: 0.5; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment