CSS 换行后缩进文本

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CSS 换行后缩进文本相关的知识,希望对你有一定的参考价值。

<style type="text/css">
ul { 
	width: 20em; 
}
li { 	
	padding-left: 2em;
	text-indent: -2em;
}
	</style>
<
		<ul>
		<li>If we shadows have offended, think but this, and all is mended. That you have but slumbered here, while these visions did appear, and this weak and idle theme, no more yielding but a dream. Gentles, do not reprehend. If you pardon, we will mend. Else the Puck a liar call. And so good night unto you all. Give me your hands, if we be friends, and Robin shall restore amends</li>
		</ul>

以上是关于CSS 换行后缩进文本的主要内容,如果未能解决你的问题,请参考以下文章

实现CSS文本缩进?

在css中用于设置首行文本缩进的属性是

请问word中英文单词换行后被断词如何设置?

如果段落在 PdfPCell 中换行,如何保持缩进?

CSS CSS - 用徽标替换标题文本 - 文本缩进 - 文本缩进

java文本框口中怎样设置自适应换行?