Skip to content

Instantly share code, notes, and snippets.

@kobitoDevelopment
Last active May 5, 2022 05:04
Show Gist options
  • Save kobitoDevelopment/e05adea0d4ef466de3e2655aecc83ae0 to your computer and use it in GitHub Desktop.
Save kobitoDevelopment/e05adea0d4ef466de3e2655aecc83ae0 to your computer and use it in GitHub Desktop.
<p class="hoge">反転</p>
<div style="background-color:black; height:200px;"></div>
<div style="background-color:white; height:200px;"></div>
<div style="background-color:black; height:200px;"></div>
<div style="background-color:white; height:200px;"></div>
.hoge {
filter: invert(100%);
mix-blend-mode: exclusion;
position: fixed;
top: 2%;
right: 2%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment