w3pop.com :: 网络学院 :: CSS :: CSS padding-top属性
The padding-top property sets the top padding (space) of an element.
padding-top 属性可以设置元素的上填充(空隙)
Note: Negative values are not allowed.
注意:不可以使用负数
Inherited: No
继承性:无
|
h1 |
| 值 | 描述 |
|---|---|
| length | Defines a fixed top padding 定义固定的上填充值 |
| % | Defines a top padding in % of the height of the closest element 以百分比来定义元素的上填充 |
评论 (0)
All