Skip to content

Instantly share code, notes, and snippets.

@asciant
Created September 21, 2014 23:15
Show Gist options
  • Save asciant/e6ccd990aa34ca8c9759 to your computer and use it in GitHub Desktop.
Save asciant/e6ccd990aa34ca8c9759 to your computer and use it in GitHub Desktop.
PleaseJS
var elements = document.getElementsByClassName('section');
Array.prototype.forEach.call(elements, function(element) {
element.style.backgroundColor = Please.make_color({ format: 'rgb-string' });
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment