Skip to content

Instantly share code, notes, and snippets.

@siggiarni
Created June 20, 2014 15:37
Show Gist options
  • Save siggiarni/e664613675043339d47f to your computer and use it in GitHub Desktop.
Save siggiarni/e664613675043339d47f to your computer and use it in GitHub Desktop.
.blend-modes {
background-blend-mode: screen;
background-blend-mode: overlay;
background-blend-mode: darken;
background-blend-mode: lighten;
background-blend-mode: color-dodge;
background-blend-mode: color-burn;
background-blend-mode: hard-light;
background-blend-mode: soft-light;
background-blend-mode: difference;
background-blend-mode: exclusion;
background-blend-mode: hue;
background-blend-mode: saturation;
background-blend-mode: color;
background-blend-mode: luminosity;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment