Skip to content

Instantly share code, notes, and snippets.

@rz7d
Created April 8, 2022 01:41
Show Gist options
  • Save rz7d/9429c66f8d6d8290d980521ee63c32b1 to your computer and use it in GitHub Desktop.
Save rz7d/9429c66f8d6d8290d980521ee63c32b1 to your computer and use it in GitHub Desktop.
画面にConfidentialと出すだけのCSS
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