Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <body style="background-color:yellow" />
- <div id="cores" />
- <script>
- var i = document.body.clientWidth - 1;
- var a = document.body.clientHeight - 1;
- while(a > 0) if( i > 0)
- {
- document.getElementById('cores').innerHTML += ' <div style="position: absolute; left:' + Math.round((Math.random() * (i - 1)) + 1) + 'px; top: ' + Math.round((Math.random() * (a - 1)) + 1) + 'px; background-color:red;" > <br/> </div>';
- i -= 7;
- a -= 7;
- }
- </script>
- // Para tópico na comunidade Orkut Exploit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement