Skip to content

Instantly share code, notes, and snippets.

@gillkyle
Created November 20, 2018 19:34
Show Gist options
  • Save gillkyle/80679d7b3a1c17420e51c97d5f01e302 to your computer and use it in GitHub Desktop.
Save gillkyle/80679d7b3a1c17420e51c97d5f01e302 to your computer and use it in GitHub Desktop.
let css = "text-shadow: -1px -1px hsl(0,100%,50%),1px 1px hsl(27, 100%, 50%),3px 2px hsl(54, 100%, 50%),5px 3px hsl(81, 100%, 50%),7px 4px hsl(135, 100%, 50%),9px 5px hsl(162, 100%, 50%),11px 6px hsl(189, 100%, 50%),13px 7px hsl(243, 100%, 50%),14px 8px hsl(270, 100%, 50%),16px 9px hsl(297, 100%, 50%); font-size: 40px;";
console.log("%c Wow this is atrocious", css);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment