css.properties

padding-bottom

The padding-bottom property sets the bottom padding of an element.

Formal Syntax

<length-percentage [0,โˆž]>

See specification

JavaScript Access

// Access via element.style
element.style.paddingBottom = '0';

Logical Property Group

This property belongs to the padding logical property group, which includes:

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
padding-bottom11112

Related Properties