Skip to content

Instantly share code, notes, and snippets.

@alchen
Created July 6, 2023 04:18
Show Gist options
  • Save alchen/68ccc5fbe5dc437a44a6346e3ba2b121 to your computer and use it in GitHub Desktop.
Save alchen/68ccc5fbe5dc437a44a6346e3ba2b121 to your computer and use it in GitHub Desktop.
Stylizer Demo
body:before{
content: '本番環境';
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 9999;
color: #F00;
font-size: 100px;
font-weight: 500px;
display: grid;
justify-content: center;
align-content: center;
opacity: 0.5;
transform: rotate(325deg);
user-select: none;
pointer-events: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment