Home >Backend Development >PHP Tutorial >typecho的文章怎么设置每行文字缩进两字符?

typecho的文章怎么设置每行文字缩进两字符?

WBOY
WBOYOriginal
2016-06-06 20:41:222805browse

我使用模板是pagecho的,想问问怎么修改模板实现首行文字缩进

回复内容:

我使用模板是pagecho的,想问问怎么修改模板实现首行文字缩进

在 CSS 加入:

<code>.post-content p{text-indent: 2em;}
</code>
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn