Skip to content

Instantly share code, notes, and snippets.

@Mamboleoo
Created January 24, 2019 11:06
Show Gist options
  • Save Mamboleoo/8fc5c515a2b20dd8a207e6b8926561e6 to your computer and use it in GitHub Desktop.
Save Mamboleoo/8fc5c515a2b20dd8a207e6b8926561e6 to your computer and use it in GitHub Desktop.
CSS Setup [2D-3D]
body {
margin: 0;
overflow: hidden;
}
canvas {
width:100vw;
height:100vh;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment