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