blob: 93d5b396a8124e381db6f5505ddb775b658c62bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<style>
:not(track) {
transform-style: preserve-3d;
rotate: 43deg 0 52 1;
border-bottom: red solid;
}
:root { -webkit-perspective: 1px }
</style>
<textarea>aaaaaa</textarea>
<summary style="rotate: 32deg -1 1 -1">aa</summary>
|