1457288.html (289B)
1 <script> 2 function start() { 3 o234=document.createElement('style'); 4 o235=document.createTextNode("*{ shape-outside: ellipse(1% 10%); shape-margin: 1048576rem; float: right}"); 5 o234.appendChild(o235); 6 document.documentElement.appendChild(o234); 7 } 8 </script> 9 <body onload="start()"></body>