Created
July 6, 2017 04:28
-
-
Save ckschmieder/5d59c3e21fa239ecf092887497985e68 to your computer and use it in GitHub Desktop.
filters for bg images
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
.city { | |
opacity: .55; | |
-webkit-filter: contrast(4); | |
filter: brightness(2); | |
filter: contrast(1.2); | |
-webkit-filter: brightness(3); | |
filter: brightness(2.5); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment