inboxHub
Login
Signup
x
Login
Signup
Home
Categories
Application
Artificial Intelligence
Database
Digital Marketing
Physiotherapy
Quality Assurance
Web Technology
Home
Rotate-text-in-css3
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 11-11-2024
161
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
Submit your answer