Skip to content

Instantly share code, notes, and snippets.

@jbryson3
Created April 12, 2016 14:53
Show Gist options
  • Save jbryson3/9efbdd868c6036d13a7cd2eb36ac8a8c to your computer and use it in GitHub Desktop.
Save jbryson3/9efbdd868c6036d13a7cd2eb36ac8a8c to your computer and use it in GitHub Desktop.
Styled console.log css
console.log("%cI'm red - %cI'm green", 'color:red;', 'color:green;')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment