Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2.     $('#particles')
  3.         .css('margin-left', (window.innerWidth - 1960)/2)
  4.         .css('margin-top', (window.innerHeight - 600)/2);
  5. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement