该属性的CSS定义填充的空间要素之间的边界和元素含量。
来看几个例子吧.
代码如下 |
复制代码 |
This is a tablecell with equal padding on each side.
|
This tablecell has a top and bottom padding of 0.5cm and a left and right padding of 2.5cm.
|
|
设置padding-top 厘米的价值
这个例子表明如何设置顶端填充一个表格单元格使用厘米的价值。
代码如下 |
复制代码 |
This is a tablecell with a top padding
|
|