Skip to content

Instantly share code, notes, and snippets.

@chalkpe
Last active September 6, 2018 13:41
Show Gist options
  • Save chalkpe/33b50d42345789637a8084db3644fbc1 to your computer and use it in GitHub Desktop.
Save chalkpe/33b50d42345789637a8084db3644fbc1 to your computer and use it in GitHub Desktop.
setInterval((_ = Date.now() / 30 % 360) =>
console.clear() || console.log('%c[Warning]', `
font-size: 500%;
font-weight: bold;
color: hsl(${_}, 100%, 90%);
background-color: hsl(${_}, 100%, 30%);
text-shadow: .08em .08em hsl(${_}, 100%, 20%)`), 75)
@chalkpe
Copy link
Author

chalkpe commented Sep 6, 2018

gif

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment