Skip to content

Instantly share code, notes, and snippets.

@elfacht
Created January 5, 2022 11:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elfacht/7b6577c52208d9ab76a5b4bdd2a8aed9 to your computer and use it in GitHub Desktop.
Save elfacht/7b6577c52208d9ab76a5b4bdd2a8aed9 to your computer and use it in GitHub Desktop.
Cut out text with CSS
.text-dark {
background-color: black;
color: white;
mix-blend-mode: multiply;
}
.text-light {
background-color: white;
color: black;
mix-blend-mode: screen;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment