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

scroll-margin-left

Description

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

Syntax

CSS

scroll-margin-left: value;

JS

object.style.scrollMarginLeft = "value";

Values

<'scroll-margin-left'> = <length>
<length>

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

Initial

0

Examples

1 · length

2 · JS