Skip to content

Instantly share code, notes, and snippets.

@ianaya89
Created June 18, 2015 20:07
Show Gist options
  • Save ianaya89/3ed2aa8c96252cb26063 to your computer and use it in GitHub Desktop.
Save ianaya89/3ed2aa8c96252cb26063 to your computer and use it in GitHub Desktop.
Log messages in console with custom styles.
console.log("%c%s",
"color: red; background: yellow; font-size: 24px;",
"WARNING!");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment