Skip to content

Instantly share code, notes, and snippets.

@AdrienGiboire
Created October 27, 2011 15:14
Show Gist options
  • Save AdrienGiboire/1319836 to your computer and use it in GitHub Desktop.
Save AdrienGiboire/1319836 to your computer and use it in GitHub Desktop.
function logStyles() {
var doc_style = document.body.style;
console.log(doc_style.border,
doc_style.margin,
doc_style.padding);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment