11 lines
223 B
HTML
11 lines
223 B
HTML
<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>
|
|
|