50%
50%
45deg
1.2

الإعدادات المسبقة

Element
CSS
.element {
  transform-origin: 50% 50%;
  transform: rotate(45deg) scale(1.2);
}