css.properties

padding-inline-end

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

Formal Syntax

<'padding-top'>

See specification

JavaScript Access

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

Logical Property Group

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

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
padding-inline-end694112.179

Related Properties