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

scroll-margin

Description

The scroll-margin property for CSS is shorthand for all of the scroll-margin-* longhands.

Syntax

CSS

scroll-margin: value;

JS

object.style.scrollMargin = "value";

Values

<'scroll-margin'> = <length>{1,4}
<length>

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

Initial

0

Examples

1 · length

2 · JS