Advertisement
Guest User

Untitled

a guest
Aug 13th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.28 KB | None | 0 0
  1. * { margin:0; padding:0; } /* to remove the top and left whitespace */
  2.  
  3. html, body { width:100%; height:100%; } /* just to be sure these are full screen*/
  4.  
  5. canvas { display:block; } /* To remove the scrollbars */
  6.  
  7. canvas {
  8.     height: 100vh;
  9.     width: 100vw;
  10.     display: block;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement