Created
January 24, 2019 11:06
-
-
Save Mamboleoo/8fc5c515a2b20dd8a207e6b8926561e6 to your computer and use it in GitHub Desktop.
CSS Setup [2D-3D]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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