#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