The idea
transform: scale(n) multiplies the element's size. scale(2) doubles it, scale(0.5) halves it. The transform-origin (centre by default) stays fixed, so the box grows outward from its middle. Scale the box up by 1.5×.
width and height are off-limits: the box must grow through scale, not by resizing.