CSS property: -webkit-padding-start

Description

Provides the width of the starting padding.

If the writing direction is left-to-right, this value overrides padding-left. If the writing direction is right-to-left, this value overrides padding-right.

Syntax

-webkit-padding-start: <width>;

Values

<width>

The width of the starting padding.

Versions