div-absolute-edge-insets

Sets margins without regard to screen properties.

JSON

{
  bottom: "int",
  left: "int",
  right: "int",
  top: "int"
}

Parameters

ParametersDescription
bottom

int

Bottom margin.

Restriction for the value x: x >= 0.

Default value: 0.

left

int

Left margin.

Restriction for the value x: x >= 0.

Default value: 0.

right

int

Right margin.

Restriction for the value x: x >= 0.

Default value: 0.

top

int

Top margin.

Restriction for the value x: x >= 0.

Default value: 0.

ParametersDescription
bottom

int

Bottom margin.

Restriction for the value x: x >= 0.

Default value: 0.

left

int

Left margin.

Restriction for the value x: x >= 0.

Default value: 0.

right

int

Right margin.

Restriction for the value x: x >= 0.

Default value: 0.

top

int

Top margin.

Restriction for the value x: x >= 0.

Default value: 0.