Last active
June 22, 2022 09:51
-
-
Save abhiomkar/9351de53fac28a9449db7035423b7285 to your computer and use it in GitHub Desktop.
Take a deep breath! π§
This file contains 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
/** Stylebot. */ | |
body > *:not(#stylebot-container) { | |
visibility: hidden; | |
opacity: 0; | |
} | |
html { | |
background: #fff; | |
} | |
html::before { | |
align-items: center; | |
content: "Take a deep breath! π§π»ββοΈ"; | |
display: flex; | |
font-family: 'Google Sans', Roboto, Helvetica, Arial, sans-serif; | |
font-size: 32px; | |
height: 100vh; | |
justify-content: center; | |
letter-spacing: 0.54px; | |
margin-top: -40px; | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment