Skip to content

Instantly share code, notes, and snippets.

@abhiomkar
Last active June 22, 2022 09:51
Show Gist options
  • Save abhiomkar/9351de53fac28a9449db7035423b7285 to your computer and use it in GitHub Desktop.
Save abhiomkar/9351de53fac28a9449db7035423b7285 to your computer and use it in GitHub Desktop.
Take a deep breath! 🧘
/** 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