MARGIN-BLOCK-END
The margin-block-end property corresponds to the margin-bottom property.
The mapping depends on the element's writing-mode, direction, and text-orientation.
SYNTAX
CSS
margin-block-end: value;
JS
object.style.marginBlockEnd = "value";
VALUES
<'margin-block-end'> = <'margin-top'>
<'margin-top'> = <length-percentage> | auto
<length-percentage> = [ <length> | <percentage> ]
<length>
Specifies the length using a number followed by a unit of measurement.
<percentage>
Specifies the percentage using a number followed by a percent sign (%).
auto
Automatically specified by the user agent.
INITIAL
0