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

WBOY
Release: 2016-06-06 20:41:22
Original
2765 people have browsed it

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

回复内容:

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

在 CSS 加入:

<code>.post-content p{text-indent: 2em;}
</code>
Copy after login
Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template