padding-left Attribute

{ padding-left: <length> | <percentage>}

This property sets the left padding of an element. Supported on block and replaced elements only.

Padding values cannot be negative.

This attribute is not inherited.