Created
August 31, 2015 17:19
-
-
Save kidker/4b475e313421358dcfc8 to your computer and use it in GitHub Desktop.
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
// 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