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

scroll-margin-block-end

Description

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

Syntax

CSS

scroll-margin-block-end: value;

JS

object.style.scrollMarginBlockEnd = "value";

Values

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

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

Initial

0

Examples

1 · length

2 · JS