2D Transforms - CSS 3

Now you can do free 2D transformations easily using CSS3. Here is the

Syntax:
transform: none|transform-functions;


Example:
-ms-transform:rotate(30deg); /* IE 9 */
-moz-transform:rotate(30deg); /* Firefox */
-webkit-transform:rotate(30deg); /* Safari and Chrome */


No comments:

Post a Comment