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

scroll-margin-inline-start

Description

The scroll-margin-inline-start property for CSS specifies the inline-start edge of the scroll snap area.

Syntax

CSS

scroll-margin-inline-start: value;

JS

object.style.scrollMarginInlineStart = "value";

Values

<'scroll-margin-inline-start'> = <length>
<length>

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

Initial

0

Examples

1 · length

2 · JS