Skip to content

Instantly share code, notes, and snippets.

@atmd83
Created March 27, 2014 09:58
Show Gist options
  • Save atmd83/9804120 to your computer and use it in GitHub Desktop.
Save atmd83/9804120 to your computer and use it in GitHub Desktop.
nice console.log styling for confirmation
console.info(
'%cSome content to log,
'background: #B3E8B4; color: #4A5249;font-weight:700;border-radius:2px;padding:1px 2px;border:1px solid #999;'
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment