HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

scroll-margin-inline

Description

The scroll-margin-inline property for CSS is shorthand for scroll-margin-inline-start and scroll-margin-inline-end.

Syntax

CSS

scroll-margin-inline: value;

JS

object.style.scrollMarginInline = "value";

Values

<'scroll-margin-inline'> = <length>{1,2}
<length>

Specifies the length using a number followed by a unit of measurement.

Initial

0

Examples

1 · length

2 · JS