Skip to content

Instantly share code, notes, and snippets.

@cromwellryan
Created February 2, 2014 18:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cromwellryan/8772578 to your computer and use it in GitHub Desktop.
Save cromwellryan/8772578 to your computer and use it in GitHub Desktop.
var bgcolorlist = ["#DFDFFF", "#FFFFBF", "#80FF80", "#EAEAFF", "#C9FFA8", "#F7F7F7", "#FFFFFF", "#DDDD00"];
document.body.style.background=bgcolorlist[Math.floor(Math.random()*bgcolorlist.length)];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment