Skip to content

Instantly share code, notes, and snippets.

@volkanozcan
Forked from volqii/canvas.css
Last active August 29, 2015 14:16
Show Gist options
  • Save volkanozcan/cf04f753348f66ec50a7 to your computer and use it in GitHub Desktop.
Save volkanozcan/cf04f753348f66ec50a7 to your computer and use it in GitHub Desktop.
css:fullscreenCanvas
html, body {
width: 100%;
height: 100%;
margin: 0px;
overflow:hidden;
}
body {
background-image: url("/gradient.jpg");
background-size:cover
}
canvas{
width:100%;
height:100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment