Skip to content

Instantly share code, notes, and snippets.

@alimd
Created May 9, 2013 23:18
Show Gist options
  • Save alimd/5551345 to your computer and use it in GitHub Desktop.
Save alimd/5551345 to your computer and use it in GitHub Desktop.
Console log trick !
for(var i=0;i<20;i++) console.log('%c Hello !','padding:3px;color:hsl('+(Math.random()*360)+',50%,50%);font-size:'+(i*3+16)+'px;font-weight:bold');
@alimd
Copy link
Author

alimd commented May 21, 2013

Dava nakonin, ino bezanin

var name=prompt('Enter your name','Ali.MD');for(var i=0;i<20;i++) console.log('%c '+name+' !','padding:3px;color:hsl('+(Math.random()*360)+',50%,50%);font-size:'+(i*3+16)+'px;font-weight:bold');

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment