css3 rotating effect

by mariganesh 2012-12-24 18:29:42

Rotation effect in css3 :




<style type='text/css'>
-ms-transform: rotate(-20deg);
-webkit-transform: rotate(-20deg);
-moz-transform: rotate(-20deg);
</style




905
like
0
dislike
0
mail
flag

You must LOGIN to add comments