Created
January 2, 2015 22:27
-
-
Save riston/7d7f36786c530bbb5d80 to your computer and use it in GitHub Desktop.
Colorful developing :D
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
// Paste in browser developer tools | |
Array(100).join('.').split('.').map(function (a, index) { return (~~(Math.random()*(1<<24))).toString(16) }).forEach(function(color) { console.log("%c ", "background-color: #" + color) }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment