Skip to content

Instantly share code, notes, and snippets.

@kenjiSpecial
Created March 21, 2013 16:41
Show Gist options
  • Save kenjiSpecial/5214520 to your computer and use it in GitHub Desktop.
Save kenjiSpecial/5214520 to your computer and use it in GitHub Desktop.
scss/sass file for canvas full screen site .
@import "compass"
@import "compass/reset"
html, body
margin: 0
padding: 0
width: 100%
height: 100%
overflow: hidden
canvas
position: absolute
top: 0
left: 0
@import "compass";
@import "compass/reset";
html, body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
overflow: hidden;
}
canvas{
position: absolute;
top: 0;
left: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment