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

scroll-margin-inline-end

Description

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

Syntax

CSS

scroll-margin-inline-end: value;

JS

object.style.scrollMarginInlineEnd = "value";

Values

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

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

Initial

0

Examples

1 · length

2 · JS