Skip to content

Instantly share code, notes, and snippets.

@gauntface
Created March 23, 2017 17:20
Show Gist options
  • Save gauntface/50757a409c3c4224d992375d993eadc1 to your computer and use it in GitHub Desktop.
Save gauntface/50757a409c3c4224d992375d993eadc1 to your computer and use it in GitHub Desktop.
Multiple Color / Styles
console.log('%cHello %cWorld', 'color: #3498db', 'color: #1abc9c; font-weight: bold; font-size: 1.4em;');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment