当前位置: 首页 > 网络学院 > 网页制作基础教程 > CSS > CSS padding-bottom属性
The padding-bottom property sets the bottom padding (space) of an element.
padding-bottom 属性可设置元素的底部填充(空隙)
Note: Negative values are not allowed.
注意:不可以使用负数
Inherited: No
继承性:无
h1 |
值 | 描述 |
---|---|
length | Defines a fixed bottom padding 固定的底部填充值 |
% | Defines a bottom padding in % of the height of the closest element 以百分比来定义底部填充值 |