My code consists of HTML and CSS that look like this:
<div class="box" style="transform: scale(2);">
<div class="text">This is my text.</div>
</div>
I'm trying to figure out how to prevent the text inside the box from scaling along with the outer box during animation. Any suggestions?