Skip to content

Instantly share code, notes, and snippets.

@jawdatls
Created January 19, 2016 21:33
Show Gist options
  • Save jawdatls/0a3a913de2f4c85e1642 to your computer and use it in GitHub Desktop.
Save jawdatls/0a3a913de2f4c85e1642 to your computer and use it in GitHub Desktop.
/*Filter styles*/
.saturate {-webkit-filter: saturate(3); filter: saturate(3);}
.grayscale {-webkit-filter: grayscale(100%); filter: grayscale(100%);}
.contrast {-webkit-filter: contrast(160%); filter: contrast(160%);}
.brightness {-webkit-filter: brightness(0.25); filter: brightness(0.25);}
.blur {-webkit-filter: blur(3px); filter: blur(3px);}
.invert {-webkit-filter: invert(100%); filter: invert(100%);}
.sepia {-webkit-filter: sepia(100%); filter: sepia(100%);}
.huerotate {-webkit-filter: hue-rotate(180deg); filter: hue-rotate(180deg);}
.rss.opacity {-webkit-filter: opacity(50%); filter: opacity(50%);}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment