Skip to content

Instantly share code, notes, and snippets.

@rpsthecoder
Last active August 22, 2019 16:44
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 rpsthecoder/d5f2b0087da769840e9f49118e3fd354 to your computer and use it in GitHub Desktop.
Save rpsthecoder/d5f2b0087da769840e9f49118e3fd354 to your computer and use it in GitHub Desktop.
#text {
mix-blend-mode: multiply;
background-color: navy;
color: yellow;
/* more style */
}
.slash {
position: absolute;
left: 0; right: 0; bottom: 0; top: 0;
color: white;
pointer-events: none;
/* more style */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment