Is it possible to use CSS/CSS3 to mirror text?
Specifically, I have this scissors char “✂” (✂) that I\'d like to display pointing left a
✂
That works fine with font icons like 's7 stroke icons' and 'font-awesome':
.mirror { display: inline-block; transform: scaleX(-1); }
And then on target element:
Next