Is it possible to set the rotation point in CSS? The default rotation point is at the 50%, 50%.
I tried:
transform: rotate(230deg);
rotation-point:90% 90%;
But it does not work... Any suggestions?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…