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

scroll-margin-bottom

Description

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

Syntax

CSS

scroll-margin-bottom: value;

JS

object.style.scrollMarginBottom = "value";

Values

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

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

Initial

0

Examples

1 · length

2 · JS