Skip to content

Instantly share code, notes, and snippets.

@krvajal
Last active August 3, 2018 08:09
Show Gist options
  • Save krvajal/73e683ca42388e340e05883ada5f5c45 to your computer and use it in GitHub Desktop.
Save krvajal/73e683ca42388e340e05883ada5f5c45 to your computer and use it in GitHub Desktop.
console.log(
`%c label %c ...message... %c !!! `,
"background-color: #f00; color: #fff; padding: 2px; font-weight: bold;",
"background-color: #fcc; padding: 2px;",
"background-color: #f00; color: #fff; padding: 2px; font-weight: bold;",
);
// https://twitter.com/brian_d_vaughn/status/1025045172818563072
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment