网络学院 w3pop社区 网络资源 IT新闻

w3pop.com :: 网络学院 :: CSS :: CSS padding-bottom属性

会员登陆

帐号

密码

回答

记住密码

忘记密码? 注册

CSS padding-bottom属性


作者:w3pop.com 翻译/整理:w3pop.com 发布:2007-04-28 浏览:3236 :: ::

The padding-bottom property sets the bottom padding (space) of an element.
padding-bottom 属性可设置元素的底部填充(空隙)

Note: Negative values are not allowed.
注意:不可以使用负数

Inherited: No
继承性:无

举例

h1

padding-bottom: 10px
}

可用值

描述
length Defines a fixed bottom padding
固定的底部填充值
% Defines a bottom padding in % of the height of the closest element
以百分比来定义底部填充值

评论 (0) All