-
-
Save kobitoDevelopment/e05adea0d4ef466de3e2655aecc83ae0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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