下面有更多 "亲自试一试" 示例。
元素的内边距是其内容与其边框之间的空间。
这个padding
property 是以下属性的简写:
笔记:填充会在元素内创建额外的空间,而边距会在元素周围创建额外的空间。
该属性可以有一到四个值。
如果 padding 属性有四个值:
如果 padding 属性具有三个值:
如果 padding 属性有两个值:
如果 padding 属性只有一个值:
笔记:不允许使用负值。
表中的数字指定完全支持该属性的第一个浏览器版本。
Property | |||||
---|---|---|---|---|---|
padding | 1.0 | 4.0 | 1.0 | 1.0 | 3.5 |
padding:
length|initial|inherit;
Value | Description | Demo |
---|---|---|
length | Specifies the padding in px, pt, cm, etc. Default value is 0. Read about length units | Demo ❯ |
% | Specifies the padding in percent of the width of the containing element | Demo ❯ |
initial | Sets this property to its default value. Read about initial | |
inherit | Inherits this property from its parent element. Read about inherit |
CSS教程:CSS 填充
CSS教程:CSS 盒子模型
HTML DOM 参考:填充属性
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!