Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

how to rotate picture to the right in css

.img {
	transform: rotate(10deg);
  	/*to rotate an image you have to use the transform function in CSS and rotate
  	in degrees*/
}
 
PREVIOUS NEXT
Tagged: #rotate #picture #css
ADD COMMENT
Topic
Name
6+9 =