Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@yuanyan
Last active December 19, 2015 05:09
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yuanyan/5902393 to your computer and use it in GitHub Desktop.
Save yuanyan/5902393 to your computer and use it in GitHub Desktop.
console API
// http://getfirebug.com/wiki/index.php/Console_API
// https://developers.google.com/chrome-developer-tools/docs/console-api#consolelogobject_object
// https://developer.mozilla.org/en-US/docs/Web/API/console
console.log("%cRed text, %cgreen text, %cblue text", "color:red", "color:green", "color:blue");
console.log("%c",
"font-size: 1px; padding: 130px 232px; line-height: 260px;background: url(http://i.imgur.com/oGiMR.gif); background-size: 464px 260px; color: transparent;")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment