Skip to content

Instantly share code, notes, and snippets.

@shamdasani
Last active October 17, 2016 01:12
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 shamdasani/91e7e6e42260a90e1cae45d910276696 to your computer and use it in GitHub Desktop.
Save shamdasani/91e7e6e42260a90e1cae45d910276696 to your computer and use it in GitHub Desktop.
setbackground function
function setBackground() {
var bgColor = getColor();
document.body.style.background = bgColor;
}
setBackground()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment