The CSS padding properties define the space between the element border and the element content.
CSS填充属性定元素边框到内部内容间的距离设置左填充 Set the left paddingThis example demonstrates how to set the left padding of a tablecell.
Examples 实例:
Source Code to Run
[www.21shipin.com] 设置右填充 Set the right paddingThis example demonstrates how to set the right padding of a tablecell.
Examples 实例:
Source Code to Run
[www.21shipin.com] 设置上填充 Set the top paddingThis example demonstrates how to set the top padding of a tablecell.
Examples 实例:
Source Code to Run
[www.21shipin.com] 设置底部填充 Set the bottom paddingThis example demonstrates how to set the bottom padding of a tablecell.
Examples 实例:
Source Code to Run
[www.21shipin.com] 快速设置所有填充属性 All the padding properties in one declarationThis example demonstrates a shorthand property for setting all of the padding properties in one declaration, can have from one to four values.
Examples 实例:
Source Code to Run
[www.21shipin.com] The CSS padding properties define the space between the element border and the element content. Negative values are not allowed. The top, right, bottom, and left padding can be changed independently using separate properties. A shorthand padding property is also created to control multiple sides at once.
可用padding属性快速设置各方向填充的属性