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

scroll-margin-top

Description

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

Syntax

CSS

scroll-margin-top: value;

JS

object.style.scrollMarginTop = "value";

Values

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

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

Initial

0

Examples

1 · length

2 · JS