CSS – padding Property
The padding property sets the padding for an element, and is a shorthand property for padding-bottom, padding-left, padding-right, and padding-right.
The padding property sets the padding for an element, and is a shorthand property for padding-bottom, padding-left, padding-right, and padding-right.
The padding-bottom property sets the bottom padding (spacing) of an element.
The padding-left property sets the left padding (spacing) of an element.
The padding-right property sets the right padding (spacing) of an element.