1 2 3 4 5 6 7 8 9 10
<html><head></head><body> <script> document.body.setAttribute('style', 'position: fixed; transition-duration: 1s;transform: scale(1.5);'); </script> </body> </html>