Created
April 8, 2022 01:41
-
-
Save rz7d/9429c66f8d6d8290d980521ee63c32b1 to your computer and use it in GitHub Desktop.
画面にConfidentialと出すだけのCSS
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
body:after { | |
content: "CONFIDENTIAL"; | |
z-index: 999999; | |
position: fixed; | |
top: 0; | |
left: 0; | |
font-size: 72pt; | |
opacity: 10%; | |
color: red; | |
pointer-events: none; | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment