Answer the question
In order to leave comments, you need to log in
Is there a service that adds cross-browser styles to css?
There is a style file with this element: transform: rotate(15deg);
At the output, you need:
-moz-transform: rotate(15deg);
-ms-transform: rotate(15deg);
-webkit-transform: rotate(15deg);
-o-transform: rotate(15deg);
transform: rotate(15deg);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question