Skip to content

Instantly share code, notes, and snippets.

@danleyb2
Created May 15, 2015 17:18
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 danleyb2/3c51a01e03cf33663e62 to your computer and use it in GitHub Desktop.
Save danleyb2/3c51a01e03cf33663e62 to your computer and use it in GitHub Desktop.
var color = '#'+(Math.random()*0xFFFFFF<<0).toString(16);
function changeBackground(color) {
document.body.style.background = color;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment