rotate image to 90 degree through css Archive Rotate div or image through css On June 15, 2013 In Codings, CSS, Html Use following css to rotate any div or image to any angle. -webkit-transform: rotate(15.0deg); Example: Image set an angle of 15 degree. Read More →