Is there a CSS code that changes this text
This is it
to this one
ti si sihT
|
feedback
|
|
Try this
EDIT: apply this class to a paragraph tag and you should get the results your looking for. | ||||
|
feedback
|
|
Yes, there is:
| |||
|
feedback
|
|
Thats not right to left, thats mirroring. CSS:
| |||||
feedback
|
|
You can use CSS filter filp (Only supported in IE)
| |||
|
feedback
|
|
@victor-jalencas gave the answer. The other thing some people here started talking about is flipping and it is done with replacing the normal text with Unicode flipped equivalents. Example can be found here: http://www.revfad.com/flip.html | ||||
|
feedback
|