Skip to content

Instantly share code, notes, and snippets.

@perry-mitchell
Created May 2, 2019 16:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save perry-mitchell/8559848fe3068ec4cd91f0ac1d795156 to your computer and use it in GitHub Desktop.
Save perry-mitchell/8559848fe3068ec4cd91f0ac1d795156 to your computer and use it in GitHub Desktop.
Basic styled console.log 2
console.log(
"%cabc%cdef",
"background-color: #000; color: #99F; font-weight: bold; padding: 2px",
"background-color: #99F; color: #000; font-style: italic; padding: 2px"
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment