blob: 900a8e040a1a5f7b2a97e871945345df27619691 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<style>
#a {
transform: scale(0) rotate(0grad);
will-change: opacity, contents, left, -webkit-transform;
}
:not(mpath) {
-webkit-text-stroke-width: 1px;
}
</style>
<textarea id="a" autofocus="autofocus">A</textarea>
|