Skip to content

Instantly share code, notes, and snippets.

@Loupax
Created June 30, 2016 21:24
Show Gist options
  • Save Loupax/6ceee3cfa636a1480e66221fd985343c to your computer and use it in GitHub Desktop.
Save Loupax/6ceee3cfa636a1480e66221fd985343c to your computer and use it in GitHub Desktop.
The Greek flag in a console.log
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