Created
January 5, 2018 13:27
-
-
Save johnmarinelli/b4db3b474e70d5c7a5dd08b446c37dca to your computer and use it in GitHub Desktop.
console.log formatting
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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