Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. var d = document.createElement('div');
  2. d.style.cssText = 'width:3px;height:3px;background-color:#f00;position:absolute;margin:auto;top:0;right:0;bottom:0;left:0;z-index: 200;';
  3. document.body.appendChild(d);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement