Rotate text in css3

Is it possible to set the rotation point in CSS3? The default rotation point is at the 50%, 50%. I tried: -webkit-transform: rotate(230deg); -webkit-rotation-point:90% 90%; But it does not work... Any suggestions?
Deepak Sharma
Asked 24-02-2024
153

Answer (1)
hi have a look  width: 185px; -webkit-transform: rotate(-25deg); -webkit-transform-origin: 0% 0%; font-size: 11px; View full example:https://myinboxhub.co.in/topic/CSS/set-rotation-point-in-css3  
Deepak Sharma
Asked 02-10-2018
45 Likes
Comments
Write comment

Submit your answer