Skip to content

Instantly share code, notes, and snippets.

@vanaf1979
Last active March 1, 2021 11:41
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 vanaf1979/d0a67399a1fe3161c61a954a7e7fe691 to your computer and use it in GitHub Desktop.
Save vanaf1979/d0a67399a1fe3161c61a954a7e7fe691 to your computer and use it in GitHub Desktop.
const box = document.querySelector(".box");
const addButton = document.querySelector('#setStyles');
addButton.addEventListener('click', () => {
box.classList.add("active");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment