Html-tutorial - Css3 rotating effect, Bring rotating effect in css

Css3 rotating effect

The below css code will help you to bring rotation effect in css.
 <style type='text/css'>
  -ms-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
 </style>


The topic on Html-tutorial - Css3 rotating effect is posted by - Math

Hope you have enjoyed, Html-tutorial - Css3 rotating effectThanks for your time

Tech Bluff