Skip to content

Instantly share code, notes, and snippets.

@volqii
Created March 5, 2015 18:01
Show Gist options
  • Save volqii/454048519e24b4ab53ef to your computer and use it in GitHub Desktop.
Save volqii/454048519e24b4ab53ef to your computer and use it in GitHub Desktop.
Tam sayfa canvas
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