Rotate div or image through css
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.
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.