使用不同的值缩进第一行文本:
div.a {
text-indent: 50px;
}
div.b {
text-indent: -2em;
}
div.c {
text-indent: 30%;
}
亲自试一试 »
这个text-indent
属性指定文本块中第一行的缩进。
笔记:允许负值。如果值为负数,第一行将向左缩进。
表中的数字指定完全支持该属性的第一个浏览器版本。
Property | |||||
---|---|---|---|---|---|
text-indent | 1.0 | 3.0 | 1.0 | 1.0 | 3.5 |
text-indent:
length|initial|inherit;
Value | Description | Demo |
---|---|---|
length | Defines a fixed indentation in px, pt, cm, em, etc. Default value is 0. Read about length units | Demo ❯ |
% | Defines the indentation in % of the width of the parent 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 文本间距
HTML DOM 参考:文本缩进属性
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!