Last active
December 19, 2015 05:09
-
-
Save yuanyan/5902393 to your computer and use it in GitHub Desktop.
console API
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
// 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