Skip to content

Instantly share code, notes, and snippets.

@d13
Created December 1, 2014 20:30
Show Gist options
  • Select an option

  • Save d13/94822666b387249647d5 to your computer and use it in GitHub Desktop.

Select an option

Save d13/94822666b387249647d5 to your computer and use it in GitHub Desktop.
Styling console.log
console.log("%c D %c 13 %c DESIGN ", "background: red; color: white; padding: 2px", "background: blue; color: white; padding: 2px", "");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment