Skip to content

Instantly share code, notes, and snippets.

@jnbek
Created February 14, 2024 18:04
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 jnbek/4ffc1d9726e7cd7bd64e4b2f4951055e to your computer and use it in GitHub Desktop.
Save jnbek/4ffc1d9726e7cd7bd64e4b2f4951055e to your computer and use it in GitHub Desktop.
Rotate in Javascript
document.getElementById("site-main").style.transform= "rotate(90deg)";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment