Created
June 30, 2016 21:24
-
-
Save Loupax/6ceee3cfa636a1480e66221fd985343c to your computer and use it in GitHub Desktop.
The Greek flag in a console.log
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
console.log( | |
"%c %c %c \n" + | |
"%c %c %c %c \n" + | |
"%c %c \n" + | |
"%c %c %c %c \n" + | |
"%c %c %c \n" + | |
"%c \n" + | |
"%c \n" + | |
"%c \n" + | |
"%c \n", | |
"background: #0072c7", "background: #ffffff", "background: #0072c7", | |
"background: #0072c7", "background: #ffffff", "background: #0072c7", "background: #ffffff", | |
"background: #ffffff", "background: #0072c7", | |
"background: #0072c7", "background: #ffffff", "background: #0072c7", "background: #ffffff", | |
"background: #0072c7", "background: #ffffff", "background: #0072c7", | |
"background: #ffffff", | |
"background: #0072c7", | |
"background: #ffffff", | |
"background: #0072c7"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment