1397795.html (378B)
1 <html> 2 <style> 3 html { 4 writing-mode: vertical-rl; 5 } 6 body { 7 column-count: 2; 8 } 9 svg { 10 -moz-box-shadow: green 2px 2px 8px; 11 box-shadow: green 2px 2px 8px; 12 -moz-appearance: button; 13 appearance: button; 14 } 15 16 </style> 17 <body> 18 <div id='id0'> 19 <svg width='800' filter='url(#id0')></svg> 20 </div> 21 </body> 22 </html>