1594960.html (268B)
1 <style> 2 .x { 3 transform: scale(1, 1) rotate(50deg); 4 opacity: 0.2; 5 transition: transform 0.96s, opacity 1s; 6 border: solid medium; 7 offset-path: path('M0 1 1 0'); 8 } 9 </style> 10 <script> 11 window.onload = () => { 12 a.setAttribute("class", "x") 13 } 14 </script> 15 <ol id="a">