Skip to content

Instantly share code, notes, and snippets.

@tborychowski
Created August 22, 2014 12:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tborychowski/56b790c0ee3c93f9aecc to your computer and use it in GitHub Desktop.
Save tborychowski/56b790c0ee3c93f9aecc to your computer and use it in GitHub Desktop.
Firebug Colours
console.log('%cERROR: %c siema %c tom',
'font: bold 12px arial; color:red; line-height:2.6em;',
'font: 12px arial; color:green;',
'font: 12px arial; color:blue;'
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment