Skip to content

Instantly share code, notes, and snippets.

@sxua
Created September 7, 2012 19:33
Show Gist options
  • Save sxua/3668934 to your computer and use it in GitHub Desktop.
Save sxua/3668934 to your computer and use it in GitHub Desktop.
Fifty shades of grey
var i=10,h="",c;while(i<60)c=(++i*4).toString(16),h+='<hr style="margin:0;border:5px solid #'+c+c+c+'">';document.body.innerHTML=h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment