Skip to content

Instantly share code, notes, and snippets.

@kidker
Created August 31, 2015 17:19
Show Gist options
  • Save kidker/4b475e313421358dcfc8 to your computer and use it in GitHub Desktop.
Save kidker/4b475e313421358dcfc8 to your computer and use it in GitHub Desktop.
// INTRO console.log message
console.log(
'%cWelcome to %cZing%cChart%c'
,'color:#505050; font:normal 1.4em/1.4em arial'
,'color:#003849; font:normal 1.5em/1.4em arial'
,'color:#00bbf1; font:normal 1.5em/1.4em arial'
,'color:#505050; font:normal 1.4em/1.4em arial'
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment