div-corners-radius
Sets corner rounding.
Parameters
Parameters | Description |
---|---|
bottom-left |
int Rounding radius of a lower left corner. If not specified, then Restriction for the value |
bottom-right |
int Rounding radius of a lower right corner. If not specified, then Restriction for the value |
top-left |
int Rounding radius of an upper left corner. If not specified, then Restriction for the value |
top-right |
int Rounding radius of an upper right corner. If not specified, then Restriction for the value |
JSON
{
bottom-left: "int",
bottom-right: "int",
top-left: "int",
top-right: "int"
}