css.properties

padding-left

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

Formal Syntax

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

See specification

JavaScript Access

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

Logical Property Group

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

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
padding-left11112

Related Properties