1644819.html (422B)
1 <style> 2 #x { 3 -webkit-user-select: none; 4 word-break: break-word; 5 width: 0vh; 6 -webkit-perspective: 89px; 7 display: flex; 8 height: 1ch; 9 } 10 </style> 11 <script> 12 window.onload = () => { 13 document.execCommand("selectAll"); 14 document.execCommand("selectAll"); 15 document.execCommand("backColor", false, "r"); 16 document.execCommand("superscript"); 17 } 18 </script> 19 <dl style="columns:1px"> 20 <dt id="x" contenteditable>aaa</dt>