css3 - Rotate in Opera -
I just downloaded the latest version of Opera. Is there a way to rotate my element with CSS3? According to
, something like this should be done:
div {-o-transform: rotate (30deg); }
Do not forget the properties of other browsers ( -moz-transform
, -webkit-transform ), if you have cross-browser Support!
Comments
Post a Comment