Created
July 6, 2023 04:18
-
-
Save alchen/68ccc5fbe5dc437a44a6346e3ba2b121 to your computer and use it in GitHub Desktop.
Stylizer Demo
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: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