Skip to content

Instantly share code, notes, and snippets.

@JadedBlueEyes
Created May 20, 2019 11:24
Show Gist options
  • Save JadedBlueEyes/53e6af74cd380c82067d76f487aacff2 to your computer and use it in GitHub Desktop.
Save JadedBlueEyes/53e6af74cd380c82067d76f487aacff2 to your computer and use it in GitHub Desktop.
style = document.createElement('STYLE');
style.type = 'text/css';
style.appendChild(document.createTextNode("body{background-color: #333}canvas{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}"));
document.head.appendChild(style);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment