标签: css首行缩进
thumbnail

css首行缩进的方法有哪些

使用text-indent属性 可以通过设置text-indent属性来实现首行缩进。例如: p { text-indent: 2em; } 使用padding属性 可以通过设置padding-left属性来实现首……