Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save johnmarinelli/b4db3b474e70d5c7a5dd08b446c37dca to your computer and use it in GitHub Desktop.
Save johnmarinelli/b4db3b474e70d5c7a5dd08b446c37dca to your computer and use it in GitHub Desktop.
console.log formatting
// seen at https://conference.awwwards.com/berlin
var f = ["background: linear-gradient(135deg, rgba(248, 97, 97, 1) 0%,rgba(105, 81, 255, 1) 100%);", "color: white", "padding: 10px 20px", "line-height: 35px"].join(";");
console.log("%cAwwwards Conf 2018 | coded by Andrea Gottardi @ Adoratorio", f)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment