Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

rotate css

img{
  transform:rotate(360deg)/*rotate clockwise and come to  same position
    -360deg rotate anticlockwise*/
   transform:rotate(1turn) /* equal to 360 deg*/
   transform:rotate(400grad) /* 400grad equal to 360 deg */    
}
Source by developer.mozilla.org #
 
PREVIOUS NEXT
Tagged: #rotate #css
ADD COMMENT
Topic
Name
6+6 =