Results 1 - 6 of 6

padding

The padding property sets the padding space on all sides of an element. The padding area is the space between the content of the element and its border. Negative values are not allowed.
CSS CSS Padding CSS Property NeedsMobileBrowserCompatibility Reference

padding-bottom

The effect of the CSS padding-bottom property on the element boxThe padding-bottom CSS property of an element sets the height of the padding area at the bottom of an element. The padding area is the space between the content of the element and its border. Contrary to margin-bottom values, negative values of padding-bottom are invalid.
CSS CSS Padding CSS Property Reference

padding-left

The padding-left CSS property of an element sets the padding space required on the left side of an element. The padding area is the space between the content of the element and it's border. A negative value is not allowed.
CSS CSS Padding CSS Property Reference

padding-right

The padding-right CSS property of an element sets the padding space required on the right side of an element. The padding area is the space between the content of the element and its border. Negative values are not allowed.
CSS CSS Padding CSS Property Reference

padding-top

The effect of the CSS padding-top property on the element boxThe padding-top CSS property of an element sets the padding space required on the top of an element. The padding area is the space between the content of the element and its border. Contrary to margin-top values, negative values of padding-top are invalid.
CSS CSS Padding CSS Property Reference