html段落开头空两格---css技巧text-indent

<p style="text-indent:2em;">你的文章内容!</p> 实例:css <div class="context"><p>第一段</p><p> 第二段</p></div> .context p{ text-align: justify; text-justify: inter-ideograph; text-indent: 2em; } 其中text-align:justify
相关文章
相关标签/搜索