background-size

Draft

Definition

The background-size property sets the size of the background images.

.box {
  background-size: 50% 50%;
}

Related posts