Skip to content

Instantly share code, notes, and snippets.

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