INSET-INLINE
The inset-inline property is shorthand for inset-inline-start and inset-inline-end.
SYNTAX
CSS
inset-inline: value;
JS
object.style.insetInline = "value";
VALUES
<'inset-inline'> = <'top'>{1,2}
<'top'> = auto | <length-percentage>
auto
Automatically specified by the user agent.
<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 (%).
INITIAL
auto