1. div {
    2. width: 100px;
    3. height: 100px;
    4. background-color: red;
    5. transform: translate(x, y) rotate(45deg) scale(x, y);
    6. transform-origin: x y;
    7. }