padding-inline-start
A logical property that sets the padding at the start of the inline axis. For left-to-right text, this is 'padding-left'.
It is documented as part of the CSS Logical Properties and Values specification.
Syntax
/* Usage Example */
.navigation-item {
/* Adds space on the left (for LTR) or right (for RTL) logically */
padding-inline-start: 1rem;
}
/* Syntax */
padding-inline-start: padding-top;
/* Global values */
padding-inline-start: inherit;
padding-inline-start: initial;
padding-inline-start: revert;
padding-inline-start: revert-layer;
padding-inline-start: unset;
padding-inline-start Browser support
Widely available
Since
2021 95% global usage
This feature is well established and works across many devices and browser versions. It has been available across browsers since 2021.
69+
41+
12.1+
79+