Padding

suggest change

Syntax

Remarks

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.

1: https://developer.mozilla.org/en/docs/Web/CSS/padding MDN

Also see this question, “Why does CSS not support negative padding?” and his answers.

Also please consider http://stackoverflow.com/documentation/css/646/the-box-model#t=201704122142044217481 when using padding. Depending on the box-sizing value, padding on an element can either add to the previously defined height/width of an element or not.

Related Properties:

margin

Padding on inline elements will only apply to the left and right of the element, and not the top and bottom, due to the inherent display properties of inline elements.

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents