HTML FILE... HTML FILE...
<div>
<span >Turn for X</span>
</div>
the text in the info class should flip horizontally infinite times.
CodePudding user response:
-moz-transform: scale(-1, 1); -webkit-transform: scale(-1, 1);
CodePudding user response:
you can simply use
transform: scale(-1, 1);