Skip to content

Instantly share code, notes, and snippets.

@AlphaGit
Created March 13, 2013 22:25
Show Gist options
  • Save AlphaGit/5156967 to your computer and use it in GitHub Desktop.
Save AlphaGit/5156967 to your computer and use it in GitHub Desktop.
/* from http://stackoverflow.com/questions/4288253/html5-canvas-100-width-height-of-viewport */
* {
margin: 0;
padding: 0;
}
html, body {
width: 100%;
height: 100%;
}
canvas {
display: block;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment