CSS 文字缩进
示例
p { text-indent: 50px; }
该text-indent属性指定在元素的文本内容的第一行的开头之前应移动多少水平空间文本。
资源:
只缩进段落中的第一行文字?
https://www.w3.org/TR/CSS21/text.html#propdef-text-indent
https://developer.mozilla.org/zh-CN/docs/Web/CSS/text-indent
p { text-indent: 50px; }
该text-indent属性指定在元素的文本内容的第一行的开头之前应移动多少水平空间文本。
资源:
只缩进段落中的第一行文字?
https://www.w3.org/TR/CSS21/text.html#propdef-text-indent
https://developer.mozilla.org/zh-CN/docs/Web/CSS/text-indent