css transform size

CSS
.selector {
  transform: scale(1.2); // Will upscale to 1.2
}scale(sx)

scale(sx, sy)

Source

Also in CSS: