css.properties

padding-inline-start

The padding-inline-start property sets the inline start padding of an element.

Formal Syntax

<'padding-top'>

See specification

JavaScript Access

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

Logical Property Group

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

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
padding-inline-start694112.179

Related Properties