div-corners-radius

Sets corner rounding.

Parameters

Parameters Description
bottom-left

int

Rounding radius of a lower left corner. If not specified, then corner_radius is used.

Restriction for the value x: x >= 0.

bottom-right

int

Rounding radius of a lower right corner. If not specified, then corner_radius is used.

Restriction for the value x: x >= 0.

top-left

int

Rounding radius of an upper left corner. If not specified, then corner_radius is used.

Restriction for the value x: x >= 0.

top-right

int

Rounding radius of an upper right corner. If not specified, then corner_radius is used.

Restriction for the value x: x >= 0.

JSON
{
  bottom-left: "int",
  bottom-right: "int",
  top-left: "int",
  top-right: "int"
}
Previous
Next