Skip to content

Instantly share code, notes, and snippets.

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 djD-REK/e180f9d69193bad0083255f74d1d2f0c to your computer and use it in GitHub Desktop.
Save djD-REK/e180f9d69193bad0083255f74d1d2f0c to your computer and use it in GitHub Desktop.
// As a one-liner:
for (div of document.getElementsByTagName("div")) {
div.style.fontSize = "3rem"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment