Rotate text via CSS

2

Is there any way to rotate text to match the image?

Searching, I saw that it has transform: rotate(10deg); , I would like to know if it is functional for IE8 , or if there is already an alternative.

    
asked by anonymous 10.11.2014 / 18:06

1 answer

1

The rotate property does not work in IE8

link

To work in IE8 there are some schemes using filter, I think this topic solves your problem: link

    
10.11.2014 / 18:22