Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save djD-REK/2f5d988748af5090c70dd152d9ef9252 to your computer and use it in GitHub Desktop.
Save djD-REK/2f5d988748af5090c70dd152d9ef9252 to your computer and use it in GitHub Desktop.
// Apply CSS styles to all of the selected <div> elements
for (div of allDivs) {
div.style.fontSize = "3rem"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment