Guest User

Untitled

a guest
Feb 19th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Partical JS </title>
  6. </head>
  7. <style media="screen">
  8. *{
  9. margin:0px;
  10. padding:0px;
  11. overflow: hidden;
  12. }
  13. body{
  14. position: absolute;
  15. left:0px;
  16. top:0px;
  17. right:0px;
  18. bottom:0px;
  19. }
  20. </style>
  21. <body>
  22. <canvas id="canvas" width="300" height="300"></canvas>
  23. </body>
  24. <script type="text/javascript" src='./partical.js'>
  25.  
  26. </script>
  27. </html>
Add Comment
Please, Sign In to add comment