css.properties

padding-right

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

Formal Syntax

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

See specification

JavaScript Access

// Access via element.style element.style.paddingRight = 0;

Logical Property Group

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

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
padding-right11112

Related Properties