CSS Transforms - World Wide Web Consortium (W3C)
div { height: 100px; width: 100px; transform: translate(80px, 80px) scale(1.5, 1.5) rotate(45deg); } This transform moves the element by 80 pixels in both the X and Y directions, then scales the element by 150%, then rotates it 45 clockwise about the Z ax...